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

Function my_default

tests/fields/test_db_default.py:81–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79
80def test_db_default_callable_function_raises():
81 def my_default():
82 return 42
83
84 with pytest.raises(ConfigurationError, match="db_default must be a static value"):
85 fields.IntField(db_default=my_default)

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…