MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / __new__

Method __new__

lib/sqlalchemy/sql/schema.py:3743–3745  ·  view source on GitHub ↗
(
        cls, arg: Callable[..., Any], for_update: bool = ...
    )

Source from the content-addressed store, hash-verified

3741
3742 @overload
3743 def __new__(
3744 cls, arg: Callable[..., Any], for_update: bool = ...
3745 ) -> CallableColumnDefault: ...
3746
3747 @overload
3748 def __new__(

Callers

nothing calls this directly

Calls 1

__new__Method · 0.45

Tested by

no test coverage detected