OpenStructure
Public Member Functions
IOProfiles Class Reference

Public Member Functions

def __init__ (self)
 
def __getitem__ (self, key)
 
def __setitem__ (self, key, value)
 
def Get (self, key)
 
def __len__ (self)
 
def __iter__ (self)
 

Detailed Description

Definition at line 24 of file __init__.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)

Definition at line 25 of file __init__.py.

Member Function Documentation

◆ __getitem__()

def __getitem__ (   self,
  key 
)

Definition at line 40 of file __init__.py.

◆ __iter__()

def __iter__ (   self)

Definition at line 71 of file __init__.py.

◆ __len__()

def __len__ (   self)

Definition at line 68 of file __init__.py.

◆ __setitem__()

def __setitem__ (   self,
  key,
  value 
)

Definition at line 43 of file __init__.py.

◆ Get()

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 49 of file __init__.py.


The documentation for this class was generated from the following file: