Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dinitconfig.h21 PyAPI_FUNC(PyStatus) PyStatus_Ok(void);
/third_party/python/PC/
Dpython_uwp.cpp88 PyStatus status = PyStatus_Ok(); in set_process_name()
/third_party/python/Doc/c-api/
Dinit_config.rst140 .. c:function:: PyStatus PyStatus_Ok(void)
191 return PyStatus_Ok();
/third_party/python/Python/
Dinitconfig.c243 PyStatus PyStatus_Ok(void) in PyStatus_Ok() function
/third_party/python/Doc/whatsnew/
D3.8.rst324 * :c:func:`PyStatus_Ok`