Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ __new__
Method
__new__
lib/sqlalchemy/sql/annotation.py:283–284 ·
view source on GitHub ↗
(cls: Type[Self], *args: Any)
Source
from the content-addressed store, hash-verified
281
_hash: int
282
283
def
__new__(cls: Type[Self], *args: Any) -> Self:
284
return
object.__new__(cls)
285
286
def
__init__(
287
self, element: SupportsWrappingAnnotations, values: _AnnotationDict
Callers
1
_with_annotations
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected