Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dnamespaceobject.h13 PyAPI_FUNC(PyObject *) _PyNamespace_New(PyObject *kwds);
/external/python/cpython3/Objects/
Dnamespaceobject.c246 _PyNamespace_New(PyObject *kwds) in _PyNamespace_New() function
/external/python/cpython3/Modules/
D_testmultiphase.c281 ns = _PyNamespace_New(dct); in createfunc_nonmodule()
Dtimemodule.c1505 ns = _PyNamespace_New(dict); in time_get_clock_info()
/external/python/cpython3/Python/
Dsysmodule.c2235 ns = _PyNamespace_New(impl_info); in make_impl_info()