Method set_user_notation belongs to
class Notation, the core class for managing
a CurlySMILES notation.
Module:
|
csm_notation.py
|
Method:
|
set_user_notation(sUserNotation)
|
Argument:
|
string with user notation
|
Assignment:
|
The user notation is assigned with the call method
parse. But method
set_user_notation allows its re-assignment.
Then, parsing has to be performed again to update the other
member variables of a Notation
object according to the new notation.
|
|
|