Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ F
Class
F
Lib/test/test_descr.py:793–794 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
791
prepare_calls.clear()
792
793
class
F(object(), C):
794
pass
795
self.assertIs(BNotMeta, type(F))
796
self.assertEqual([
'BNotMeta'
,
'ANotMeta'
], new_calls)
797
new_calls.clear()
Callers
3
test_slots
Method · 0.70
test_properties_plus
Method · 0.70
test_supers
Method · 0.70
Calls
no outgoing calls
Tested by
3
test_slots
Method · 0.56
test_properties_plus
Method · 0.56
test_supers
Method · 0.56