Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ B
Class
B
Lib/test/test_abc.py:277–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
class
A(metaclass=abc_ABCMeta):
276
pass
277
class
B(object):
278
pass
279
b = B()
280
self.assertNotIsSubclass(B, A)
281
self.assertNotIsSubclass(B, (A,))
Callers
6
test_registration_basics
Method · 0.70
test_register_as_class_deco
Method · 0.70
test_isinstance_invalidation
Method · 0.70
test_update_implementation
Method · 0.70
test_update_as_decorator
Method · 0.70
test_update_del_implementation
Method · 0.70
Calls
no outgoing calls
Tested by
6
test_registration_basics
Method · 0.56
test_register_as_class_deco
Method · 0.56
test_isinstance_invalidation
Method · 0.56
test_update_implementation
Method · 0.56
test_update_as_decorator
Method · 0.56
test_update_del_implementation
Method · 0.56