MCPcopy Create free account
hub / github.com/debuggyo/Exo / DummyWorkspace

Class DummyWorkspace

ignis/modules/bar/widgets/workspaces.py:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16
17class DummyWorkspace:
18 def __init__(self, id: int):
19 self.id = id
20 self.idx = id
21
22 def switch_to(self):
23 if SERVICE:
24 SERVICE.switch_to_workspace(self.id)
25
26
27def get_active_workspace():

Callers 1

update_workspacesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected