| Trees | Indices | Help |
|
|---|
|
|
Module for object related utils.
|
|||
|
AutoSlots Meta base class for __slots__ definitions. |
|||
|
ValidatedSlots Sets and validates slots. |
|||
|
|||
|
|||
|
|||
|
|||
_SEQUENCE_TYPES = list, tuple, set, frozensetSupported container types for serialization/de-serialization (must be a tuple as it's used as a parameter for isinstance)
|
|||
|
|||
Convert the elements of a container to standard Python types. This method converts a container with elements to standard Python
types. If the input container is of the type
|
Convert a container from standard python types. This method converts a container with standard Python types to objects. If the container is a dict, we don't touch the keys, only the values.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 4 13:43:46 2016 | http://epydoc.sourceforge.net |