Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_marshal.py347 _testcapi.pymarshal_write_long_to_file(0x12345678, test_support.TESTFN, v)
/external/python/cpython3/Lib/test/
Dtest_marshal.py493 _testcapi.pymarshal_write_long_to_file(0x12345678, support.TESTFN, v)
/external/python/cpython2/Modules/
D_testcapimodule.c2432 pymarshal_write_long_to_file(PyObject* self, PyObject *args) in pymarshal_write_long_to_file() function
2771 pymarshal_write_long_to_file, METH_VARARGS},
/external/python/cpython3/Modules/
D_testcapimodule.c3856 pymarshal_write_long_to_file(PyObject* self, PyObject *args) in pymarshal_write_long_to_file() function
4758 pymarshal_write_long_to_file, METH_VARARGS},