Method msgs_err belongs to
class Notation, the core class for managing
a CurlySMILES notation.
Module:
|
csm_notation.py
|
Method:
|
msg_err()
|
Argument:
|
no argument
|
Return:
|
lstErrMsgs, a list
of strings with error messages created during the parsing process of a
CurlySMILES notation.
|
Example:
|
For the one-component CurlySMILES notation
___
sNotation = 'CCO[Si]{<}OCC'
the call
___
lstErrMsgs = oNotation.msgs_err()
results into
___
lstErrMsgs = [ 'parse: illegal use of <' ]
|
|
|