MCPcopy 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

1def log_getattribute(cls):
2 # Get the original implementation
3 orig_getattribute = cls.__getattribute__
4

Callers

nothing calls this directly

Calls 2

AClass · 0.70
spamMethod · 0.45

Tested by

no test coverage detected