Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_marshal.py558 r, p = _testcapi.pymarshal_read_object_from_file(support.TESTFN)
566 _testcapi.pymarshal_read_object_from_file(support.TESTFN)
/external/python/cpython2/Lib/test/
Dtest_marshal.py394 r, p = _testcapi.pymarshal_read_object_from_file(test_support.TESTFN)
/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},
/external/python/cpython3/Modules/
D_testcapimodule.c3983 pymarshal_read_object_from_file(PyObject* self, PyObject *args) in pymarshal_read_object_from_file() function
4768 pymarshal_read_object_from_file, METH_VARARGS},