MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / __new__

Method __new__

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

Source from the content-addressed store, hash-verified

3526 arg = None
3527
3528 def __new__(cls) -> _InsertSentinelColumnDefault:
3529 return object.__new__(cls)
3530
3531 def __init__(self) -> None:
3532 pass

Callers

nothing calls this directly

Calls 1

__new__Method · 0.45

Tested by

no test coverage detected