MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _reset

Method _reset

lib/sqlalchemy/util/langhelpers.py:1215–1216  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

1213 return result
1214
1215 def _reset(self, obj):
1216 _memoized_property.reset(obj, self.__name__)
1217
1218 @classmethod
1219 def reset(cls, obj, name):

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected