MCPcopy Create free account
hub / github.com/tortoise/tortoise-orm / dumps

Method dumps

tests/testmodels.py:374–375  ·  view source on GitHub ↗
(cls, obj: Any)

Source from the content-addressed store, hash-verified

372
373 @classmethod
374 def dumps(cls, obj: Any) -> str:
375 return json.dumps(obj, cls=cls)
376
377
378class IndexEncoder(DecimalEncoder):

Callers 5

mysql_json_contained_byFunction · 0.80
_orjson_dumpsFunction · 0.80
runFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected