MCPcopy
hub / github.com/caronc/apprise / join

Method join

tests/test_plugin_xmpp.py:2261–2262  ·  view source on GitHub ↗
(self, timeout: Optional[float] = None)

Source from the content-addressed store, hash-verified

2259
2260 class _Thread:
2261 def join(self, timeout: Optional[float] = None) -> None:
2262 return None
2263
2264 # Populate internals so close() takes the full path
2265 loop = _Loop()

Calls

no outgoing calls

Tested by

no test coverage detected