MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _unregister_attribute

Function _unregister_attribute

lib/sqlalchemy/orm/attributes.py:2693–2694  ·  view source on GitHub ↗
(class_: Type[Any], key: str)

Source from the content-addressed store, hash-verified

2691
2692
2693def _unregister_attribute(class_: Type[Any], key: str) -> None:
2694 manager_of_class(class_).uninstrument_attribute(key)
2695
2696
2697def init_collection(obj: object, key: str) -> CollectionAdapter:

Callers

nothing calls this directly

Calls 2

manager_of_classFunction · 0.85

Tested by

no test coverage detected