|
__init__(self,
st_fname=None,
sts=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
importStructureFile(self,
filename,
wsreplace=True,
creategroups=' multiple ' ) |
|
|
|
importStructure(self,
st,
name=None,
wsreplace=False,
copy=True) |
|
|
FakeProjectRow or None
|
getRow(self,
eid)
Return the row at the specified eid index or None if not found. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|