CSI¶
Bindings for utility::CSI namespace
- class pyrosetta.rosetta.utility.CSI.CSI_Enum¶
 Bases:
pybind11_objectMembers:
Nothing
Reset
Bold
Underline
Black
Red
Green
Yellow
Blue
Magenta
Cyan
White
Default
bgBlack
bgRed
bgGreen
bgYellow
bgBlue
bgMagenta
bgCyan
bgWhite
bgDefault
- Black = <CSI_Enum.Black: 4>¶
 
- Blue = <CSI_Enum.Blue: 8>¶
 
- Bold = <CSI_Enum.Bold: 2>¶
 
- Cyan = <CSI_Enum.Cyan: 10>¶
 
- Default = <CSI_Enum.Default: 12>¶
 
- Green = <CSI_Enum.Green: 6>¶
 
- Magenta = <CSI_Enum.Magenta: 9>¶
 
- Nothing = <CSI_Enum.Nothing: 0>¶
 
- Red = <CSI_Enum.Red: 5>¶
 
- Reset = <CSI_Enum.Reset: 1>¶
 
- Underline = <CSI_Enum.Underline: 3>¶
 
- White = <CSI_Enum.White: 11>¶
 
- Yellow = <CSI_Enum.Yellow: 7>¶
 
- __init__(self: pyrosetta.rosetta.utility.CSI.CSI_Enum, value: int) None¶
 
- _pybind11_conduit_v1_()¶
 
- bgBlack = <CSI_Enum.bgBlack: 13>¶
 
- bgBlue = <CSI_Enum.bgBlue: 17>¶
 
- bgCyan = <CSI_Enum.bgCyan: 19>¶
 
- bgDefault = <CSI_Enum.bgDefault: 21>¶
 
- bgGreen = <CSI_Enum.bgGreen: 15>¶
 
- bgMagenta = <CSI_Enum.bgMagenta: 18>¶
 
- bgRed = <CSI_Enum.bgRed: 14>¶
 
- bgWhite = <CSI_Enum.bgWhite: 20>¶
 
- bgYellow = <CSI_Enum.bgYellow: 16>¶
 
- property name¶
 
- property value¶