|
|
|
|
|
by lifeisstillgood
4805 days ago
|
|
I would guess complex objects - containers, or strange databasey stuff. The way to deal with is __complex__ as a method on the object and recurse through asking the complex method to return nested simpler python types. |
|