Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ reset
Method
reset
lib/sqlalchemy/util/langhelpers.py:1219–1220 ·
view source on GitHub ↗
(cls, obj, name)
Source
from the content-addressed store, hash-verified
1217
1218
@classmethod
1219
def
reset(cls, obj, name):
1220
obj.__dict__.pop(name, None)
1221
1222
1223
# despite many attempts to get Mypy to recognize an overridden descriptor
Callers
1
_reset
Method · 0.45
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected