MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / manage

Method manage

lib/sqlalchemy/orm/instrumentation.py:342–345  ·  view source on GitHub ↗

Mark this instance as the manager for its class.

(self)

Source from the content-addressed store, hash-verified

340 return state.InstanceState
341
342 def manage(self):
343 """Mark this instance as the manager for its class."""
344
345 setattr(self.class_, self.MANAGER_ATTR, self)
346
347 @util.hybridmethod
348 def manager_getter(self):

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected