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

Function async_callable_default

tests/testmodels.py:1067–1068  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1065
1066
1067async def async_callable_default() -> str:
1068 return "async_callable_default"
1069
1070
1071class CallableDefault(Model):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…