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

Class MethodDescriptorHeap

Lib/test/test_call.py:642–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

test_vectorcallMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_vectorcallMethod · 0.68