MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __new__

Method __new__

lib/sqlalchemy/sql/annotation.py:286–287  ·  view source on GitHub ↗
(cls: Type[Self], *args: Any)

Source from the content-addressed store, hash-verified

284 _hash: int
285
286 def __new__(cls: Type[Self], *args: Any) -> Self:
287 return object.__new__(cls)
288
289 def __init__(
290 self, element: SupportsWrappingAnnotations, values: _AnnotationDict

Callers 1

_with_annotationsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected