Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _truncate_recursive
Method
_truncate_recursive
lib/sqlalchemy/orm/path_registry.py:401–402 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
399
)
400
401
def
_truncate_recursive(self) -> RootRegistry:
402
return
self
403
404
if
not TYPE_CHECKING:
405
__getitem__ = _getitem
Callers
3
_truncate_recursive
Method · 0.45
_load_for_path
Method · 0.45
_load_for_path
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected