Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ B
Class
B
Lib/test/test_abc.py:276–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
274
class
A(metaclass=abc_ABCMeta):
275
pass
276
class
B(object):
277
pass
278
b = B()
279
self.assertNotIsSubclass(B, A)
280
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