Home
last modified time | relevance | path

Searched refs:_PyCode_Validate (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_code.h285 extern int _PyCode_Validate(struct _PyCodeConstructor *);
/external/python/cpython3/Python/
Dassemble.c614 if (_PyCode_Validate(&con) < 0) { in makecode()
Dmarshal.c1490 if (_PyCode_Validate(&con) < 0) { in r_object()
/external/python/cpython3/Objects/
Dcodeobject.c404 _PyCode_Validate(struct _PyCodeConstructor *con) in _PyCode_Validate() function
834 if (_PyCode_Validate(&con) < 0) { in PyUnstable_Code_NewWithPosOnlyArgs()
/external/python/cpython3/Doc/data/
Dpython3.13.abi23749 …<function-decl name='_PyCode_Validate' filepath='./Include/internal/pycore_code.h' line='285' colu…