Searched defs:getvalue (Results 1 - 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A DStringIO.py19 f.getvalue() # return whole file's contents as a string
52 a UnicodeError to be raised when getvalue() is called.
205 self.buf = self.getvalue()[:size]
258 def getvalue(self): member in class:StringIO
266 8th bit) will cause a UnicodeError to be raised when getvalue()
290 if f.getvalue() != text:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A DStringIO.py19 f.getvalue() # return whole file's contents as a string
52 a UnicodeError to be raised when getvalue() is called.
205 self.buf = self.getvalue()[:size]
258 def getvalue(self): member in class:StringIO
266 8th bit) will cause a UnicodeError to be raised when getvalue()
290 if f.getvalue() != text:
H A D_pyio.py795 def getvalue(self): member in class:BytesIO
799 raise ValueError("getvalue on closed file")
1987 def getvalue(self): member in class:StringIO
1989 return self.buffer.getvalue().decode(self._encoding, self._errors)
H A Dcgi.py547 def getvalue(self, key, default=None): member in class:FieldStorage
677 self.file.write(self.__file.getvalue())
H A Ddoctest.py246 return excout.getvalue()
250 def getvalue(self): member in class:_SpoofOut
251 result = StringIO.getvalue(self)
1263 got = self._fakeout.getvalue() # the actual output
2166 raise self.failureException(self.format_failure(new.getvalue()))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/
H A Dexample.py22 value = an_output_stream.getvalue()
55 def getvalue(self): member in class:cStringIO.InputType
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
H A Dpindent.py394 def getvalue(self): member in class:StringWriter
396 # end def getvalue
404 return output.getvalue()
412 return output.getvalue()
420 return output.getvalue()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
H A Dlibpython.py106 def getvalue(self): member in class:TruncatedStringIO
187 return out.getvalue() + '...(truncated)'
190 return out.getvalue()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_xmlrpc.py923 def getvalue(self): member in class:FakeSocket
924 return self.data.getvalue()
955 return transport.fake_socket.getvalue()

Completed in 130 milliseconds