Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ mapped_as_dataclass
Method
mapped_as_dataclass
lib/sqlalchemy/orm/decl_api.py:1673–1673 ·
view source on GitHub ↗
(self, __cls: Type[_O], /)
Source
from the content-addressed store, hash-verified
1671
)
1672
@overload
1673
def
mapped_as_dataclass(self, __cls: Type[_O], /) -> Type[_O]: ...
1674
1675
@overload
1676
def
mapped_as_dataclass(
Callers
2
test_dc_arguments_decorator
Method · 0.80
test_dc_arguments_decorator
Method · 0.80
Calls
2
mapped_as_dataclass
Function · 0.85
decorate
Function · 0.70
Tested by
2
test_dc_arguments_decorator
Method · 0.64
test_dc_arguments_decorator
Method · 0.64