Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
378
class
IndexEncoder(DecimalEncoder):
Callers
5
mysql_json_contained_by
Function · 0.80
_orjson_dumps
Function · 0.80
test_describe_models_all_serializable
Function · 0.80
test_describe_models_all_not_serializable
Function · 0.80
run
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected