Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcontext.c47 context_new_empty(void);
78 return (PyObject *)context_new_empty(); in PyContext_New()
348 context_new_empty(void) in context_new_empty() function
389 current_ctx = context_new_empty(); in context_get()