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

Method __isabstractmethod__

Lib/functools.py:492–493  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

490
491 @property
492 def __isabstractmethod__(self):
493 return getattr(self.func, "__isabstractmethod__", False)
494
495 __class_getitem__ = classmethod(GenericAlias)
496

Callers

nothing calls this directly

Calls 1

getattrFunction · 0.85

Tested by

no test coverage detected