carputils
Doxygen code documentation for the python framework controlling openCARP
|
A mixin to add fields for a single-ID region to a model component class. More...
Public Member Functions | |
def | __init__ (self, ID=None, name=None, args, kwargs) |
def | opts (self) |
Generator that yields field name - value pairs for the command line. More... | |
A mixin to add fields for a single-ID region to a model component class.
When this mixin is used, the first two arguments may be positional and will specify a single region ID and a name for the model component.
def carputils.model.general.SingleIDRegionMixin.__init__ | ( | self, | |
ID = None , |
|||
name = None , |
|||
args, | |||
kwargs | |||
) |
def carputils.model.general.SingleIDRegionMixin.opts | ( | self | ) |
Generator that yields field name - value pairs for the command line.