Home
last modified time | relevance | path

Searched refs:pymarshal_write_long_to_file (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_marshal.py576 _testcapi.pymarshal_write_long_to_file(0x12345678, os_helper.TESTFN, v)
/third_party/python/Modules/
H A D_testcapimodule.c4624 pymarshal_write_long_to_file(PyObject* self, PyObject *args) in pymarshal_write_long_to_file() function
4631 if (!PyArg_ParseTuple(args, "lOi:pymarshal_write_long_to_file", in pymarshal_write_long_to_file()
6630 {"pymarshal_write_long_to_file",
6631 pymarshal_write_long_to_file, METH_VARARGS},

Completed in 18 milliseconds