Home
last modified time | relevance | path

Searched refs:set_terminator (Results 1 – 20 of 20) sorted by relevance

/external/python/cpython3/Doc/library/
Dasynchat.rst72 :meth:`set_terminator` method to describe how to recognize the end of, or
104 by :meth:`set_terminator`. The default method, which must be overridden,
130 .. method:: async_chat.set_terminator(term)
186 self.set_terminator(b"\r\n\r\n")
203 self.set_terminator(int(clen))
206 self.set_terminator(None)
209 self.set_terminator(None) # browsers sometimes over-send
/external/python/cpython2/Doc/library/
Dasynchat.rst63 :meth:`set_terminator` method to describe how to recognize the end of, or
95 by :meth:`set_terminator`. The default method, which must be overridden,
121 .. method:: async_chat.set_terminator(term)
208 self.set_terminator("\r\n\r\n")
225 self.set_terminator(int(clen))
228 self.set_terminator(None)
231 self.set_terminator(None) # browsers sometimes over-send
/external/python/cpython2/Lib/
Dsmtpd.py132 self.set_terminator('\r\n')
185 self.set_terminator('\r\n')
272 self.set_terminator('\r\n.\r\n')
Dasynchat.py100 def set_terminator (self, term): member in async_chat
/external/python/cpython3/Lib/test/
Dtest_asynchat.py73 self.set_terminator(terminator)
282 self.assertRaises(ValueError, client.set_terminator, -1)
Dtest_poplib.py50 self.set_terminator(b"\r\n")
392 self.set_terminator(b"\r\n")
Dtest_ftplib.py87 self.set_terminator(b"\r\n")
/external/deqp-deps/SPIRV-Tools/source/val/
Dbasic_block.h119 void set_terminator(const Instruction* t) { terminator_ = t; } in set_terminator() function
Dvalidate.cpp338 vstate->current_function().current_block()->set_terminator(inst); in ValidateBinaryUsingContextAndValidationState()
/external/angle/third_party/spirv-tools/src/source/val/
Dbasic_block.h119 void set_terminator(const Instruction* t) { terminator_ = t; } in set_terminator() function
Dvalidate.cpp338 vstate->current_function().current_block()->set_terminator(inst); in ValidateBinaryUsingContextAndValidationState()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dbasic_block.h119 void set_terminator(const Instruction* t) { terminator_ = t; } in set_terminator() function
Dvalidate.cpp338 vstate->current_function().current_block()->set_terminator(inst); in ValidateBinaryUsingContextAndValidationState()
/external/python/cpython2/Lib/test/
Dtest_poplib.py37 self.set_terminator("\r\n")
254 self.set_terminator("\r\n")
Dtest_asynchat.py73 self.set_terminator(terminator)
Dtest_ftplib.py61 self.set_terminator("\r\n")
/external/python/cpython3/Lib/
Dasynchat.py95 def set_terminator(self, term): member in async_chat
Dsmtpd.py179 self.set_terminator(b'\r\n')
620 self.set_terminator(b'\r\n.\r\n')
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst3058 asynchat.async_chat().set_terminator() now raises a ValueError if the number
/external/python/cpython3/Misc/
DHISTORY1554 - Issue #11259: asynchat.async_chat().set_terminator() now raises a ValueError