Skip to content

Latest commit

 

History

History
125 lines (68 loc) · 1.7 KB

models.md

File metadata and controls

125 lines (68 loc) · 1.7 KB

Models

Cli2gui Index / Cli2gui / Models

Auto-generated documentation for cli2gui.models module.

BuildSpec

Show source in models.py:14

Representation for the BuildSpec.

Signature

class BuildSpec: ...

FullBuildSpec

Show source in models.py:80

Representation for the FullBuildSpec (BuildSpec + ParserRep).

Signature

class FullBuildSpec: ...

GUIType

Show source in models.py:113

Supported gui types.

Signature

class GUIType(str, Enum): ...

Group

Show source in models.py:63

Representation for an argument group.

Signature

class Group: ...

Item

Show source in models.py:30

Representation for an arg_item.

Signature

class Item: ...

ItemType

Show source in models.py:45

Enum of ItemTypes.

Signature

class ItemType(Enum): ...

ParserRep

Show source in models.py:72

Representation for a parser.

Signature

class ParserRep: ...

ParserType

Show source in models.py:98

Supported parser types.

Signature

class ParserType(str, Enum): ...