MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / unregister_class

Function unregister_class

lib/sqlalchemy/orm/instrumentation.py:685–688  ·  view source on GitHub ↗

Unregister class instrumentation.

(class_)

Source from the content-addressed store, hash-verified

683
684
685def unregister_class(class_):
686 """Unregister class instrumentation."""
687
688 _instrumentation_factory.unregister(class_)
689
690
691def is_instrumented(instance, key):

Callers

nothing calls this directly

Calls 1

unregisterMethod · 0.45

Tested by

no test coverage detected