Searched defs:text_file (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Misc/
H A DBeOS-setup.py9 from distutils import text_file namespace
97 input = text_file.TextFile('Modules/Setup', join_lines=1)
/external/python/cpython2/Lib/test/
H A Dtest_sundry.py25 import distutils.text_file namespace
/external/harfbuzz_ng/util/
H A Doptions.hh336 text_file = NULL;
349 g_free (text_file);
359 if (text && text_file)
371 char *text_file; member in struct:text_options_t
/external/python/cpython2/
H A Dsetup.py12 from distutils import text_file namespace
243 input = text_file.TextFile(filename, join_lines=1)

Completed in 213 milliseconds