Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __new__
Method
__new__
lib/sqlalchemy/sql/schema.py:482–483 ·
view source on GitHub ↗
(cls, *args: Any, **kw: Any)
Source
from the content-addressed store, hash-verified
480
),
481
)
482
def
__new__(cls, *args: Any, **kw: Any) -> Any:
483
return
cls._new(*args, **kw)
484
485
@classmethod
486
def
_new(cls, *args: Any, **kw: Any) -> Any:
Callers
15
_new
Method · 0.45
__new__
Method · 0.45
__new__
Method · 0.45
_clone
Method · 0.45
_construct
Method · 0.45
_clone
Method · 0.45
_create_raw_select
Method · 0.45
copy
Method · 0.45
_clone
Method · 0.45
_generate
Method · 0.45
_generate
Method · 0.45
to_metadata
Method · 0.45
Calls
1
_new
Method · 0.45
Tested by
1
_parametrize_cls
Function · 0.36