Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dstruct.py2 from _struct import _clearcache
/external/python/cpython3/Lib/
Dstruct.py14 from _struct import _clearcache
/external/python/cpython3/Modules/clinic/
D_struct.c.h138 {"_clearcache", (PyCFunction)_clearcache, METH_NOARGS, _clearcache__doc__},
144 _clearcache(PyObject *module, PyObject *Py_UNUSED(ignored)) in _clearcache() function
/external/python/cpython3/Lib/test/libregrtest/
Drefleak.py231 struct._clearcache()
/external/python/cpython2/Lib/test/
Dregrtest.py1618 struct._clearcache()
/external/python/cpython2/Doc/library/
Dfunctions.rst340 '__package__', '_clearcache', 'calcsize', 'error', 'pack', 'pack_into',
/external/python/cpython3/Doc/library/
Dfunctions.rst376 '_clearcache', 'calcsize', 'error', 'pack', 'pack_into',