MCPcopy Create free account
hub / github.com/Syncplay/syncplay / wrapper

Method wrapper

syncplay/ui/gui.py:461–465  ·  view source on GitHub ↗
(self, *args, **kwds)

Source from the content-addressed store, hash-verified

459 def needsClient(f): # @NoSelf
460 @wraps(f)
461 def wrapper(self, *args, **kwds):
462 if not self._syncplayClient:
463 self.showDebugMessage("Tried to use client before it was ready!")
464 return
465 return f(self, *args, **kwds)
466 return wrapper
467
468 def fillRoomsCombobox(self):

Callers

nothing calls this directly

Calls 1

showDebugMessageMethod · 0.95

Tested by

no test coverage detected