Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz/python-cookbook
/ example.py
File
example.py
src/9/monkeypatching_class_definitions/example.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
log_getattribute(cls):
2
# Get the original implementation
3
orig_getattribute = cls.__getattribute__
4
Callers
nothing calls this directly
Calls
2
A
Class · 0.70
spam
Method · 0.45
Tested by
no test coverage detected