Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _make_path_registry
Method
_make_path_registry
test/orm/test_options.py:95–96 ·
view source on GitHub ↗
(self, path)
Source
from the content-addressed store, hash-verified
93
return
tuple(r)
94
95
def
_make_path_registry(self, path):
96
return
orm_util.PathRegistry.coerce(self._make_path(path))
97
98
def
_assert_path_result(self, opt, q, paths):
99
attr = {}
Callers
12
test_gen_path_attr_entity
Method · 0.80
test_gen_path_attr_column
Method · 0.80
test_gen_path_invalid_from_col
Method · 0.80
test_with_current_matching_attribute
Method · 0.80
test_with_current_nonmatching_attribute
Method · 0.80
test_with_current_nonmatching_entity
Method · 0.80
test_with_current_match_aliased_classes
Method · 0.80
test_with_current_aliased_single
Method · 0.80
test_with_current_aliased_single_nonmatching_option
Method · 0.80
test_with_current_aliased_single_nonmatching_entity
Method · 0.80
test_path_exhausted
Method · 0.80
test_with_current_nonmatching_entity_subclasses
Method · 0.80
Calls
2
_make_path
Method · 0.95
coerce
Method · 0.45
Tested by
no test coverage detected