Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_marshal.py356 _testcapi.pymarshal_write_object_to_file(obj, test_support.TESTFN, v)
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_marshal.py585 _testcapi.pymarshal_write_object_to_file(obj, os_helper.TESTFN, v)
/aosp_15_r20/external/python/cpython2/Modules/
D_testcapimodule.c2458 pymarshal_write_object_to_file(PyObject* self, PyObject *args) in pymarshal_write_object_to_file() function
2773 pymarshal_write_object_to_file, METH_VARARGS},
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c4649 pymarshal_write_object_to_file(PyObject* self, PyObject *args) in pymarshal_write_object_to_file() function
6633 pymarshal_write_object_to_file, METH_VARARGS},