MCPcopy
hub / github.com/pytest-dev/pytest / __class__

Method __class__

testing/test_compat.py:117–118  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

115 # Type ignored because it's bypassed intentionally.
116 @property # type: ignore
117 def __class__(self):
118 assert False, "Should be ignored"
119
120 assert safe_isclass(CrappyClass()) is False
121

Callers 4

mksymlinktoMethod · 0.45
chdirMethod · 0.45
realpathMethod · 0.45
__getitem__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected