Method work_notation belongs to
class Notation, the core class for managing
a CurlySMILES notation.
Module:
|
csm_notation.py
|
Method:
|
work_notation()
|
Argument:
|
no argument
|
Return:
|
sWorkNotation, a string
with the work notation derived from a user notation.
|
Example:
|
For the notation
___
sNotation = '[Co+2].[O-]N(=O)=O{2}.O{6}'
the call
___
sWorkNotation = oNotation.work_notation()
makes the assignment
___
sWorkNotation = \
___
'[Co+2].[O-]N(=O)=O.[O-]N(=O)=O.O.O.O.O.O.O'
|
|
|