(class_: Type[Any], key: str)
| 2691 | |
| 2692 | |
| 2693 | def _unregister_attribute(class_: Type[Any], key: str) -> None: |
| 2694 | manager_of_class(class_).uninstrument_attribute(key) |
| 2695 | |
| 2696 | |
| 2697 | def init_collection(obj: object, key: str) -> CollectionAdapter: |
nothing calls this directly
no test coverage detected