OpenStructure
|
Public Member Functions | |
def | __init__ |
def | __getitem__ |
def | __setitem__ |
def | Get |
def | __len__ |
def | __iter__ |
Definition at line 25 of file __init__.py.
def __init__ | ( | self | ) |
Definition at line 26 of file __init__.py.
def __getitem__ | ( | self, | |
key | |||
) |
Definition at line 41 of file __init__.py.
def __iter__ | ( | self | ) |
Definition at line 72 of file __init__.py.
def __len__ | ( | self | ) |
Definition at line 69 of file __init__.py.
def __setitem__ | ( | self, | |
key, | |||
value | |||
) |
Definition at line 44 of file __init__.py.
def Get | ( | self, | |
key | |||
) |
Getter which keeps compound library up to date Keeps compound library for default profiles up to date. Reason for that is that conop.SetDefaultLib() after importing io has no effect. Processors (and the associated compound library) are set at import. Custom profiles, i.e. profiles that are not defined in constructor of this class, are returned as is without any update.
Definition at line 50 of file __init__.py.