Searched refs:fileobject (Results 1 – 19 of 19) sorted by relevance
/external/python/cpython2/PC/os2vacpp/ |
D | makefile.omk | 353 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 …]
|
D | makefile | 362 $(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/ |
D | test_urllib2net.py | 86 fileobject = httpresponse.fp 87 self.assertIs(fileobject.__class__, socket._fileobject) 89 self.assertTrue(not fileobject.closed) 91 self.assertTrue(fileobject.closed)
|
/external/python/cpython3/Lib/test/ |
D | test_csv.py | 1150 with TemporaryFile('w+', newline='', encoding="utf-8") as fileobject: 1151 dw = csv.DictWriter(fileobject, keys) 1153 fileobject.seek(0) 1154 dr = csv.DictReader(fileobject)
|
/external/python/cpython2/Doc/library/ |
D | posixfile.rst | 57 .. function:: fileopen(fileobject)
|
D | configparser.rst | 348 .. method:: RawConfigParser.write(fileobject)
|
/external/python/cpython2/Lib/ |
D | tarfile.py | 1511 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/PC/os2emx/ |
D | python27.def | 294 ; From python27_s.lib(fileobject)
|
/external/python/cpython2/RISCOS/ |
D | Makefile | 159 @.^.Objects.o.fileobject\
|
/external/python/cpython3/Lib/ |
D | tarfile.py | 1411 fileobject = ExFileObject # The file-object for extractfile(). variable in TarFile 2074 return self.fileobject(self, tarinfo)
|
/external/autotest/client/common_lib/ |
D | pexpect.py | 1570 def setlog (self, fileobject): argument
|
/external/python/cpython2/ |
D | Android.bp | 129 "Objects/fileobject.c",
|
D | Makefile.pre.in | 363 Objects/fileobject.o \ 780 Include/fileobject.h \
|
/external/python/cpython2/PC/VC6/ |
D | pythoncore.dsp | 368 SOURCE=..\..\Objects\fileobject.c
|
/external/python/cpython3/ |
D | Makefile.pre.in | 408 Objects/fileobject.o \ 972 $(srcdir)/Include/fileobject.h \
|
/external/python/cpython3/Doc/library/ |
D | configparser.rst | 1105 .. method:: write(fileobject, space_around_delimiters=True)
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 659 print [>> fileobject,] [s1 [, s2 ]* [,] 660 -- Writes to sys.stdout, or to fileobject if supplied.
|
D | HISTORY | 9662 * 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
|
/external/python/cpython3/Misc/ |
D | HISTORY | 27041 * Objects/fileobject.c, Modules/shamodule.c, Modules/regexpr.c: 28488 - Fixed a bug in new_buffersize() in fileobject.c which could 30273 - fileobject.c: ftell() on Linux discards all buffered data; changed
|