MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / path_exists

Method path_exists

lib/sqlalchemy/orm/loading.py:1584–1588  ·  view source on GitHub ↗
(self, context, path, key)

Source from the content-addressed store, hash-verified

1582
1583 @classmethod
1584 def path_exists(self, context, path, key):
1585 return (
1586 path.path in context.post_load_paths
1587 and key in context.post_load_paths[path.path].loaders
1588 )
1589
1590 @classmethod
1591 def callable_for_path(

Callers 3

_instance_processorFunction · 0.45
_setup_for_recursionMethod · 0.45
test_path_existsMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_path_existsMethod · 0.36