- Language: en
2 results for isinstance in version 4.1
-
File Uploads
- … isinstance ( data , ( list , tuple )): result = [ single_file_clean ( d , initial ) for d in data ] else …
-
Serializing Django objects
- … isinstance ( obj , YourCustomType ): return str ( obj ) return super () . default ( obj ) You can then pass cls=LazyEncoder …