The basic modeling environment. Inherited by MCMax() and
Gastronoom().
|
__init__(self,
code,
path,
replace_db_entry=0,
new_entries=[ ] ,
single_session=0)
Initializing an instance of ModelingSession. |
source code
|
|
|
makeNewId(self)
Make a new model_id based on the current UTC in seconds since 1970. |
source code
|
|
bool
|
setCommandKey(self,
comm_key,
star,
key_type,
star_key=None,
alternative=None,
make_int=0,
exp_not=0)
Try setting a key in the command_list from a star instance. |
source code
|
|
bool
|
compareCommandLists(self,
this_list,
modellist,
code,
ignoreAbun=0,
extra_dict=None,
check_keys=[ ] )
Comparing a command_list with a database entry. |
source code
|
|
|
cCL(self,
*args,
**kwargs)
Short-hand helper function for compareCommandLists. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|