Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_marshal.py641 r, p = _testcapi.pymarshal_read_object_from_file(os_helper.TESTFN)
649 _testcapi.pymarshal_read_object_from_file(os_helper.TESTFN)
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_marshal.py394 r, p = _testcapi.pymarshal_read_object_from_file(test_support.TESTFN)
/aosp_15_r20/external/python/cpython2/Modules/
D_testcapimodule.c2559 pymarshal_read_object_from_file(PyObject* self, PyObject *args) in pymarshal_read_object_from_file() function
2781 pymarshal_read_object_from_file, METH_VARARGS},
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c4748 pymarshal_read_object_from_file(PyObject* self, PyObject *args) in pymarshal_read_object_from_file() function
6641 pymarshal_read_object_from_file, METH_VARARGS},