Searched refs:_PyCode_New (Results 1 – 4 of 4) sorted by relevance
211 PyAPI_FUNC(PyCodeObject *) _PyCode_New(struct _PyCodeConstructor *);
446 _PyCode_New(struct _PyCodeConstructor *con) in _PyCode_New() function610 co = _PyCode_New(&con); in PyCode_NewWithPosOnlyArgs()701 result = _PyCode_New(&con); in PyCode_NewEmpty()
1458 v = (PyObject *)_PyCode_New(&con); in r_object()
8062 co = _PyCode_New(&con); in makecode()