Searched refs:pymarshal_write_long_to_file (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_marshal.py | 347 _testcapi.pymarshal_write_long_to_file(0x12345678, test_support.TESTFN, v)
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_marshal.py | 576 _testcapi.pymarshal_write_long_to_file(0x12345678, os_helper.TESTFN, v)
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 2432 pymarshal_write_long_to_file(PyObject* self, PyObject *args) in pymarshal_write_long_to_file() function 2771 pymarshal_write_long_to_file, METH_VARARGS},
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 4624 pymarshal_write_long_to_file(PyObject* self, PyObject *args) in pymarshal_write_long_to_file() function 6631 pymarshal_write_long_to_file, METH_VARARGS},
|