Home
last modified time | relevance | path

Searched refs:py_file (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/distutils/command/
Dinstall_lib.py164 for py_file in py_filenames:
168 ext = os.path.splitext(os.path.normcase(py_file))[1]
172 bytecode_files.append(py_file + "c")
174 bytecode_files.append(py_file + "o")
/external/libxml2/python/
Dlibxml.c3016 PyObject *py_file = NULL; in libxml_saveNodeTo() local
3028 &py_file, &encoding, &format)) in libxml_saveNodeTo()
3034 output = PyFile_Get(py_file); in libxml_saveNodeTo()
3688 PyObject *py_file; in libxml_C14NDocSaveTo() local
3709 &py_file)) in libxml_C14NDocSaveTo()
3718 output = PyFile_Get(py_file); in libxml_C14NDocSaveTo()