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

Method __new__

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

Source from the content-addressed store, hash-verified

3432
3433 @overload
3434 def __new__(
3435 cls, arg: Callable[..., Any], for_update: bool = ...
3436 ) -> CallableColumnDefault: ...
3437
3438 @overload
3439 def __new__(

Callers

nothing calls this directly

Calls 1

__new__Method · 0.45

Tested by

no test coverage detected