carputils
Doxygen code documentation for the python framework controlling openCARP
|
Special type which behaves like list but stores some arguments to be kept at end. More...
Public Member Functions | |
def | __init__ (self, entries, end_entries=None) |
def | at_end (self, opts) |
def | __str__ (self) |
def | __len__ (self) |
def | __iter__ (self) |
def | __getitem__ (self, index) |
def | __setitem__ (self, index, value) |
def | __add__ (self, other) |
def | __radd__ (self, other) |
def | __iadd__ (self, other) |
Special type which behaves like list but stores some arguments to be kept at end.
entries list The main entries in this option list end_entries list, optional The special entries to be kept at the end
def carputils.job.optionlist.OptionList.__init__ | ( | self, | |
entries, | |||
end_entries = None |
|||
) |
def carputils.job.optionlist.OptionList.__add__ | ( | self, | |
other | |||
) |
def carputils.job.optionlist.OptionList.__getitem__ | ( | self, | |
index | |||
) |
def carputils.job.optionlist.OptionList.__iadd__ | ( | self, | |
other | |||
) |
def carputils.job.optionlist.OptionList.__iter__ | ( | self | ) |
def carputils.job.optionlist.OptionList.__len__ | ( | self | ) |
def carputils.job.optionlist.OptionList.__radd__ | ( | self, | |
other | |||
) |
def carputils.job.optionlist.OptionList.__setitem__ | ( | self, | |
index, | |||
value | |||
) |
def carputils.job.optionlist.OptionList.__str__ | ( | self | ) |
def carputils.job.optionlist.OptionList.at_end | ( | self, | |
opts | |||
) |