MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __new__

Method __new__

lib/sqlalchemy/sql/schema.py:3837–3838  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

3835 arg = None
3836
3837 def __new__(cls) -> _InsertSentinelColumnDefault:
3838 return object.__new__(cls)
3839
3840 def __init__(self) -> None:
3841 pass

Callers

nothing calls this directly

Calls 1

__new__Method · 0.45

Tested by

no test coverage detected