Getting Started:
Usage:
Support & Feedback:
Development:
API:
LazyLoader
Registry
log_init()
proxy_attrs()
seed_everything()
singleton()
Bases: MontyEncoder
MontyEncoder
Encode the given object and yield each string representation as available.
For example:
for chunk in JSONEncoder().iterencode(bigobject): mysocket.write(chunk)