Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_marshal.py594 r, p = _testcapi.pymarshal_read_short_from_file(os_helper.TESTFN)
602 _testcapi.pymarshal_read_short_from_file(os_helper.TESTFN)
/third_party/python/Modules/
H A D_testcapimodule.c4674 pymarshal_read_short_from_file(PyObject* self, PyObject *args) in pymarshal_read_short_from_file() function
4681 if (!PyArg_ParseTuple(args, "O:pymarshal_read_short_from_file", &filename)) in pymarshal_read_short_from_file()
6634 {"pymarshal_read_short_from_file",
6635 pymarshal_read_short_from_file, METH_VARARGS},

Completed in 12 milliseconds