Home
last modified time | relevance | path

Searched refs:fileobject (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/PC/os2vacpp/
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.h floatobject.h funcobject.h \
[all …]
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.h \
[all …]
/external/python/cpython2/Lib/test/
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/Doc/library/
Dposixfile.rst57 .. function:: fileopen(fileobject)
Dconfigparser.rst348 .. method:: RawConfigParser.write(fileobject)
/external/python/cpython2/Lib/
Dtarfile.py1511 fileobject = ExFileObject # The default ExFileObject class to use. variable in TarFile
2150 return self.fileobject(self, tarinfo)
2155 return self.fileobject(self, tarinfo)
/external/python/cpython2/RISCOS/
DMakefile159 @.^.Objects.o.fileobject\
/external/python/cpython2/PC/os2emx/
Dpython27.def294 ; From python27_s.lib(fileobject)
/external/autotest/client/common_lib/
Dpexpect.py1570 def setlog (self, fileobject): argument
/external/python/cpython2/PC/VC6/
Dpythoncore.dsp368 SOURCE=..\..\Objects\fileobject.c
/external/python/cpython2/
DMakefile.pre.in391 Objects/fileobject.o \
783 Include/fileobject.h \
/external/python/cpython2/Misc/
Dcheatsheet659 print [>> fileobject,] [s1 [, s2 ]* [,]
660 -- Writes to sys.stdout, or to fileobject if supplied.
DHISTORY9662 * Objects/fileobject.c, Modules/shamodule.c, Modules/regexpr.c:
11109 - Fixed a bug in new_buffersize() in fileobject.c which could
12894 - fileobject.c: ftell() on Linux discards all buffered data; changed