Home
last modified time | relevance | path

Searched refs:_PyCode_New (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/internal/
Dpycore_code.h211 PyAPI_FUNC(PyCodeObject *) _PyCode_New(struct _PyCodeConstructor *);
/third_party/python/Objects/
Dcodeobject.c446 _PyCode_New(struct _PyCodeConstructor *con) in _PyCode_New() function
610 co = _PyCode_New(&con); in PyCode_NewWithPosOnlyArgs()
701 result = _PyCode_New(&con); in PyCode_NewEmpty()
/third_party/python/Python/
Dmarshal.c1458 v = (PyObject *)_PyCode_New(&con); in r_object()
Dcompile.c8062 co = _PyCode_New(&con); in makecode()