MCPcopy
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 = {}

Calls 2

_make_pathMethod · 0.95
coerceMethod · 0.45

Tested by

no test coverage detected