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

/external/python/cpython2/PC/os2vacpp/
H A Dmakefile.omk353 pyconfig.h dictobject.h fileobject.h floatobject.h funcobject.h \
361 pyconfig.h dictobject.h fileobject.h floatobject.h funcobject.h \
369 pyconfig.h dictobject.h fileobject.h floatobject.h funcobject.h \
377 pyconfig.h dictobject.h fileobject.h floatobject.h funcobject.h \
385 pyconfig.h dictobject.h fileobject.h floatobject.h funcobject.h \
393 pyconfig.h dictobject.h fileobject.h floatobject.h funcobject.h \
401 pyconfig.h dictobject.h fileobject.h floatobject.h funcobject.h \
409 complexobject.h pyconfig.h dictobject.h fileobject.h floatobject.h \
417 pyconfig.h dictobject.h fileobject.h floatobject.h funcobject.h \
425 pyconfig.h dictobject.h fileobject
[all...]
H A Dmakefile362 $(PY_INCLUDE)\dictobject.h $(PY_INCLUDE)\fileobject.h $(PY_INCLUDE)\floatobject.h \
375 $(PY_INCLUDE)\dictobject.h $(PY_INCLUDE)\fileobject.h $(PY_INCLUDE)\floatobject.h \
388 pyconfig.h $(PY_INCLUDE)\dictobject.h $(PY_INCLUDE)\fileobject.h \
402 $(PY_INCLUDE)\dictobject.h $(PY_INCLUDE)\fileobject.h $(PY_INCLUDE)\floatobject.h \
416 $(PY_INCLUDE)\dictobject.h $(PY_INCLUDE)\fileobject.h $(PY_INCLUDE)\floatobject.h \
429 pyconfig.h $(PY_INCLUDE)\dictobject.h $(PY_INCLUDE)\fileobject.h \
443 $(PY_INCLUDE)\dictobject.h $(PY_INCLUDE)\fileobject.h $(PY_INCLUDE)\floatobject.h \
457 $(PY_INCLUDE)\fileobject.h $(PY_INCLUDE)\floatobject.h $(PY_INCLUDE)\funcobject.h \
470 $(PY_INCLUDE)\dictobject.h $(PY_INCLUDE)\fileobject.h $(PY_INCLUDE)\floatobject.h \
483 pyconfig.h $(PY_INCLUDE)\dictobject.h $(PY_INCLUDE)\fileobject
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_urllib2net.py86 fileobject = httpresponse.fp
87 self.assertIs(fileobject.__class__, socket._fileobject)
89 self.assertTrue(not fileobject.closed)
91 self.assertTrue(fileobject.closed)
/external/python/cpython2/Lib/
H A Dtarfile.py1511 fileobject = ExFileObject # The default ExFileObject class to use. variable in class:TarFile
2150 return self.fileobject(self, tarinfo)
2155 return self.fileobject(self, tarinfo)
/external/python/cpython2/RISCOS/
H A DMakefile159 @.^.Objects.o.fileobject\
/external/autotest/client/common_lib/
H A Dpexpect.py1570 def setlog (self, fileobject):
/external/libxml2/python/
H A Dlibxml.c15 #include <fileobject.h>

Completed in 211 milliseconds