class documentation

class GraphStyle(Enum): (source)

View In Hierarchy

Enum of GDB graph styles

Constant STYLES Undocumented
Class Variable Animate Undocumented
Class Variable DottedLine Undocumented
Class Variable ShadeAbove Undocumented
Class Variable ShadeBelow Undocumented
Class Variable SolidLine Undocumented
Class Variable ThickLine Undocumented
Class Variable Trace Undocumented
Class Variable _all Undocumented

Inherited from Enum:

Class Method get Converts bytes -> int, returning the first byte
Class Method get_name Finds the first name in this enum with a given value
Class Method set Converts int -> bytes, enforcing that the input is a recognized enum value

Undocumented

Value
_all[:7]

Undocumented

DottedLine: int = (source)

Undocumented

ShadeAbove: int = (source)

Undocumented

ShadeBelow: int = (source)

Undocumented

SolidLine: int = (source)

Undocumented

ThickLine: int = (source)

Undocumented

Undocumented

Undocumented