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

Function callable_default

tests/testmodels.py:1063–1064  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1061
1062
1063def callable_default() -> str:
1064 return "callable_default"
1065
1066
1067async def async_callable_default() -> str:

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…