Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __isabstractmethod__
Method
__isabstractmethod__
Lib/functools.py:1019–1020 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1017
1018
@property
1019
def
__isabstractmethod__(self):
1020
return
getattr(self.func,
'__isabstractmethod__'
, False)
1021
1022
def
__repr__(self):
1023
try
:
Callers
nothing calls this directly
Calls
1
getattr
Function · 0.85
Tested by
no test coverage detected