MCPcopy Index your code
hub / github.com/python/cpython / MethodDescriptorHeap

Class MethodDescriptorHeap

Lib/test/test_call.py:644–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642
643 # Mutable heap types should not inherit Py_TPFLAGS_METHOD_DESCRIPTOR
644 class MethodDescriptorHeap(_testcapi.MethodDescriptorBase):
645 pass
646 self.assertFalse(MethodDescriptorHeap.__flags__ & Py_TPFLAGS_METHOD_DESCRIPTOR)
647
648 def test_vectorcall_flag(self):

Callers 1

test_vectorcallMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_vectorcallMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…