Hacking the Internals¶
Todo
Lots to do here. Most of these docs are autodoc’ed from the code. More docstrings there would be of great use.
This section documents the internals and public methods of pyZohoAPI.
pyzohoapi.core¶
ZohoAPIBase¶
ZohoObjectBase¶
pyzohoapi.core.collection¶
Internally, a ZohoObject’s _data member is either a DottedList or a DottedDict.
This module is a modified version of DottedDict. I’ve stripped out all the Python2 compatibility stuff, and added some fixes from the upstream open pull requests.