MCPcopy Create free account
hub / github.com/bpython/bpython / OverriddenGetattr

Class OverriddenGetattr

bpython/test/test_inspection.py:282–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280
281
282class OverriddenGetattr:
283 def __getattr__(self, attr):
284 raise AssertionError("custom __getattr__ executed")
285
286 a = 1
287
288
289class OverriddenGetattribute:

Callers 1

Calls

no outgoing calls

Tested by 1