Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dposixmodule.c6166 PyObject *file_action = NULL; in parse_file_actions() local
6183 file_action = PySequence_Fast_GET_ITEM(seq, i); in parse_file_actions()
6184 Py_INCREF(file_action); in parse_file_actions()
6185 if (!PyTuple_Check(file_action) || !PyTuple_GET_SIZE(file_action)) { in parse_file_actions()
6190 long tag = PyLong_AsLong(PyTuple_GET_ITEM(file_action, 0)); in parse_file_actions()
6201 if (!PyArg_ParseTuple(file_action, "OiO&ik" in parse_file_actions()
6202 ";A open file_action tuple must have 5 elements", in parse_file_actions()
6223 if (!PyArg_ParseTuple(file_action, "Oi" in parse_file_actions()
6224 ";A close file_action tupl in parse_file_actions()
[all...]

Completed in 13 milliseconds