Method: getCurrentStereochemistryStore
Get for memops.Implementation.MemopsRoot.currentStereochemistryStore
|
guid:
|
ccpn_automatic_memops.Implementation.MemopsRoot.getCurrentStereochemistryStore
|
|
OpType:
|
get
|
|
OpSubType:
|
None
|
|
isQuery:
|
True
|
|
isAbstract:
|
False
|
|
Scope:
|
instance_level
|
|
Code:
|
result = dataDict.get('currentStereochemistryStore')
if result is None:
self.findFirstStereochemistryStore()
result = dataDict.get('currentStereochemistryStore')
|
|