Home
last modified time | relevance | path

Searched refs:found_terminator (Results 1 – 25 of 127) sorted by relevance

123456

/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/tests/
H A Dsockettestcase.py153 org_handler = RequestHandler.found_terminator
155 RequestHandler.found_terminator = lambda self: self.close()
159 RequestHandler.found_terminator = org_handler
169 org_handler = RequestHandler.found_terminator
171 RequestHandler.found_terminator = lambda self: TestMsgError()
175 RequestHandler.found_terminator = org_handler
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Dasynchat.rst27 :meth:`found_terminator` methods. It uses the same asynchronous loop as
39 meaningful :meth:`collect_incoming_data` and :meth:`found_terminator`
77 :meth:`collect_incoming_data` and :meth:`found_terminator` must handle the
101 .. method:: async_chat.found_terminator()
139 | *string* | Will call :meth:`found_terminator` when the |
142 | *integer* | Will call :meth:`found_terminator` when the |
151 by the channel after :meth:`found_terminator` is called.
196 def found_terminator(self):
/dports/databases/py-sqlite3/Python-3.8.12/Doc/library/
H A Dasynchat.rst27 :meth:`found_terminator` methods. It uses the same asynchronous loop as
39 meaningful :meth:`collect_incoming_data` and :meth:`found_terminator`
77 :meth:`collect_incoming_data` and :meth:`found_terminator` must handle the
101 .. method:: async_chat.found_terminator()
139 | *string* | Will call :meth:`found_terminator` when the |
142 | *integer* | Will call :meth:`found_terminator` when the |
151 by the channel after :meth:`found_terminator` is called.
196 def found_terminator(self):
/dports/lang/python310/Python-3.10.1/Doc/library/
H A Dasynchat.rst27 :meth:`found_terminator` methods. It uses the same asynchronous loop as
39 meaningful :meth:`collect_incoming_data` and :meth:`found_terminator`
77 :meth:`collect_incoming_data` and :meth:`found_terminator` must handle the
101 .. method:: async_chat.found_terminator()
139 | *string* | Will call :meth:`found_terminator` when the |
142 | *integer* | Will call :meth:`found_terminator` when the |
151 by the channel after :meth:`found_terminator` is called.
196 def found_terminator(self):
/dports/lang/python37/Python-3.7.12/Doc/library/
H A Dasynchat.rst27 :meth:`found_terminator` methods. It uses the same asynchronous loop as
39 meaningful :meth:`collect_incoming_data` and :meth:`found_terminator`
77 :meth:`collect_incoming_data` and :meth:`found_terminator` must handle the
101 .. method:: async_chat.found_terminator()
139 | *string* | Will call :meth:`found_terminator` when the |
142 | *integer* | Will call :meth:`found_terminator` when the |
151 by the channel after :meth:`found_terminator` is called.
196 def found_terminator(self):
/dports/lang/python38/Python-3.8.12/Doc/library/
H A Dasynchat.rst27 :meth:`found_terminator` methods. It uses the same asynchronous loop as
39 meaningful :meth:`collect_incoming_data` and :meth:`found_terminator`
77 :meth:`collect_incoming_data` and :meth:`found_terminator` must handle the
101 .. method:: async_chat.found_terminator()
139 | *string* | Will call :meth:`found_terminator` when the |
142 | *integer* | Will call :meth:`found_terminator` when the |
151 by the channel after :meth:`found_terminator` is called.
196 def found_terminator(self):
/dports/lang/python-tools/Python-3.8.12/Doc/library/
H A Dasynchat.rst27 :meth:`found_terminator` methods. It uses the same asynchronous loop as
39 meaningful :meth:`collect_incoming_data` and :meth:`found_terminator`
77 :meth:`collect_incoming_data` and :meth:`found_terminator` must handle the
101 .. method:: async_chat.found_terminator()
139 | *string* | Will call :meth:`found_terminator` when the |
142 | *integer* | Will call :meth:`found_terminator` when the |
151 by the channel after :meth:`found_terminator` is called.
196 def found_terminator(self):
/dports/lang/python39/Python-3.9.9/Doc/library/
H A Dasynchat.rst27 :meth:`found_terminator` methods. It uses the same asynchronous loop as
39 meaningful :meth:`collect_incoming_data` and :meth:`found_terminator`
77 :meth:`collect_incoming_data` and :meth:`found_terminator` must handle the
101 .. method:: async_chat.found_terminator()
139 | *string* | Will call :meth:`found_terminator` when the |
142 | *integer* | Will call :meth:`found_terminator` when the |
151 by the channel after :meth:`found_terminator` is called.
196 def found_terminator(self):
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/library/
H A Dasynchat.rst27 :meth:`found_terminator` methods. It uses the same asynchronous loop as
39 meaningful :meth:`collect_incoming_data` and :meth:`found_terminator`
77 :meth:`collect_incoming_data` and :meth:`found_terminator` must handle the
101 .. method:: async_chat.found_terminator()
139 | *string* | Will call :meth:`found_terminator` when the |
142 | *integer* | Will call :meth:`found_terminator` when the |
151 by the channel after :meth:`found_terminator` is called.
196 def found_terminator(self):
/dports/lang/python311/Python-3.11.0a3/Doc/library/
H A Dasynchat.rst27 :meth:`found_terminator` methods. It uses the same asynchronous loop as
39 meaningful :meth:`collect_incoming_data` and :meth:`found_terminator`
77 :meth:`collect_incoming_data` and :meth:`found_terminator` must handle the
101 .. method:: async_chat.found_terminator()
139 | *string* | Will call :meth:`found_terminator` when the |
142 | *integer* | Will call :meth:`found_terminator` when the |
151 by the channel after :meth:`found_terminator` is called.
196 def found_terminator(self):
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Dasynchat.rst18 :meth:`found_terminator` methods. It uses the same asynchronous loop as
30 meaningful :meth:`collect_incoming_data` and :meth:`found_terminator`
68 :meth:`collect_incoming_data` and :meth:`found_terminator` must handle the
92 .. method:: async_chat.found_terminator()
130 | *string* | Will call :meth:`found_terminator` when the |
133 | *integer* | Will call :meth:`found_terminator` when the |
142 by the channel after :meth:`found_terminator` is called.
218 def found_terminator(self):
/dports/lang/python27/Python-2.7.18/Doc/library/
H A Dasynchat.rst18 :meth:`found_terminator` methods. It uses the same asynchronous loop as
30 meaningful :meth:`collect_incoming_data` and :meth:`found_terminator`
68 :meth:`collect_incoming_data` and :meth:`found_terminator` must handle the
92 .. method:: async_chat.found_terminator()
130 | *string* | Will call :meth:`found_terminator` when the |
133 | *integer* | Will call :meth:`found_terminator` when the |
142 by the channel after :meth:`found_terminator` is called.
218 def found_terminator(self):
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dasynchat.py92 def found_terminator(self): member in async_chat
151 self.found_terminator()
171 self.found_terminator()
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dasynchat.py92 def found_terminator(self): member in async_chat
151 self.found_terminator()
171 self.found_terminator()
/dports/lang/python310/Python-3.10.1/Lib/
H A Dasynchat.py100 def found_terminator(self): member in async_chat
159 self.found_terminator()
179 self.found_terminator()
/dports/lang/python37/Python-3.7.12/Lib/
H A Dasynchat.py92 def found_terminator(self): member in async_chat
151 self.found_terminator()
171 self.found_terminator()
/dports/lang/python38/Python-3.8.12/Lib/
H A Dasynchat.py92 def found_terminator(self): member in async_chat
151 self.found_terminator()
171 self.found_terminator()
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dasynchat.py97 def found_terminator(self): member in async_chat
147 self.found_terminator()
165 self.found_terminator()
/dports/lang/python27/Python-2.7.18/Lib/
H A Dasynchat.py97 def found_terminator(self): member in async_chat
147 self.found_terminator()
165 self.found_terminator()
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dasynchat.py92 def found_terminator(self): member in async_chat
151 self.found_terminator()
171 self.found_terminator()
/dports/lang/python39/Python-3.9.9/Lib/
H A Dasynchat.py92 def found_terminator(self): member in async_chat
151 self.found_terminator()
171 self.found_terminator()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dasynchat.py71 def found_terminator(self): member in async_chat
119 self.found_terminator()
137 self.found_terminator()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dasynchat.py92 def found_terminator(self): member in async_chat
140 self.found_terminator()
158 self.found_terminator()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dasynchat.py92 def found_terminator(self): member in async_chat
151 self.found_terminator()
171 self.found_terminator()
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dasynchat.py100 def found_terminator(self): member in async_chat
159 self.found_terminator()
179 self.found_terminator()

123456