Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ create
Method
create
test/orm/declarative/test_dc_transforms.py:2114–2118 ·
view source on GitHub ↗
(data, x)
Source
from the content-addressed store, hash-verified
2112
if
dc_arguments[
"init"
]:
2113
2114
def
create(data, x):
2115
if
dc_arguments.get(
"kw_only"
):
2116
return
cls(data=data, x=x)
2117
else
:
2118
return
cls(data, x)
2119
2120
else
:
2121
Callers
4
setup_test
Method · 0.45
test_gen_path_attr_entity
Method · 0.45
test_gen_path_attr_column
Method · 0.45
test_gen_path_attr_entity_invalid_noraiseerr
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected