Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/XX-net/XX-Net
/ flushBlocking
Method
flushBlocking
code/default/lib/noarch/tlslite/messagesocket.py:127–130 ·
view source on GitHub ↗
Blocking variant of :py:meth:`flush`.
(self)
Source
from the content-addressed store, hash-verified
125
self._sendBufferType = None
126
127
def
flushBlocking(self):
128
""
"Blocking variant of :py:meth:`flush`."
""
129
for
_ in self.flush():
130
pass
131
132
def
queueMessage(self, msg):
133
""
"
Callers
nothing calls this directly
Calls
1
flush
Method · 0.95
Tested by
no test coverage detected