Searched refs:_PyEval_MatchClass (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Include/internal/ |
D | pycore_ceval.h | 255 PyAPI_FUNC(PyObject *)_PyEval_MatchClass(PyThreadState *tstate, PyObject *subject, PyObject *type, …
|
/external/python/cpython3/Python/ |
D | ceval.c | 459 _PyEval_MatchClass(PyThreadState *tstate, PyObject *subject, PyObject *type, in _PyEval_MatchClass() function
|
D | executor_cases.c.h | 2528 attrs = _PyEval_MatchClass(tstate, subject, type, oparg, names);
|
D | bytecodes.c | 2513 attrs = _PyEval_MatchClass(tstate, subject, type, oparg, names); in dummy_func()
|
D | generated_cases.c.h | 4831 attrs = _PyEval_MatchClass(tstate, subject, type, oparg, names); in TARGET()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.13.0a1.rst | 187 ``_PyEval_MatchClass``.
|
/external/python/cpython3/Doc/data/ |
D | python3.13.abi | 1141 …<elf-symbol name='_PyEval_MatchClass' type='func-type' binding='global-binding' visibility='defaul… 24272 …_PyEval_MatchClass' mangled-name='_PyEval_MatchClass' filepath='Python/ceval.c' line='459' column=…
|