MCPcopy Index your code
hub / github.com/RustPython/RustPython / __getattribute__

Method __getattribute__

Lib/unittest/mock.py:2682–2685  ·  view source on GitHub ↗
(self, attr)

Source from the content-addressed store, hash-verified

2680
2681
2682 def __getattribute__(self, attr):
2683 if attr in tuple.__dict__:
2684 raise AttributeError
2685 return tuple.__getattribute__(self, attr)
2686
2687
2688 def _get_call_arguments(self):

Callers 5

_check_instanceFunction · 0.45
_getowndocFunction · 0.45
__getattr__Method · 0.45
__setattr__Method · 0.45
__delattr__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected