trigger.core.compatibility
Python3 - Python2 and Maya version compatibility methods
Attributes
Functions
|
Decodes the unicode data if the interpreter is Python 2.x |
|
Encodes the data as unicode data if the interpreter is Python 2.x |
|
Module Contents
- decode(data)
Decodes the unicode data if the interpreter is Python 2.x
- encode(data)
Encodes the data as unicode data if the interpreter is Python 2.x
- is_string(data)
- ADD_NODE_NAME = 'addDL'