MCPcopy Create free account

hub / github.com/darknessomi/musicbox / types & classes

Types & classes26 in github.com/darknessomi/musicbox

↓ 15 callersClassConfig
NEMbox/config.py:11
↓ 15 callersClassDaemonError
Structured error surfaced to the CLI as ``{type, message, hint}``.
NEMbox/daemon.py:43
↓ 9 callersClassFakeDaemon
Records RPC calls and replays canned responses for control commands.
tests/test_cli.py:270
↓ 8 callersClassNetEase
NEMbox/api.py:333
↓ 7 callersClassStorage
NEMbox/storage.py:14
↓ 4 callersClassFakePopen
tests/test_player.py:14
↓ 4 callersClassMenu
NEMbox/menu.py:139
↓ 4 callersClassMusicboxDaemon
NEMbox/daemon.py:128
↓ 2 callersClassCache
NEMbox/cache.py:43
↓ 2 callersClassPlayer
NEMbox/player.py:54
↓ 2 callersClassUi
NEMbox/ui.py:94
↓ 2 callersClassscrollstring
NEMbox/scrollstring.py:5
↓ 1 callersClassCliContext
NEMbox/cli.py:135
↓ 1 callersClassConstant
NEMbox/const.py:6
↓ 1 callersClassFakeCookies
tests/test_api_endpoint_updates.py:210
↓ 1 callersClassFakeScreen
tests/test_ui_login_qr.py:5
↓ 1 callersClassLyrics
NEMbox/osdlyrics.py:41
↓ 1 callersClassLyricsAdapter
NEMbox/osdlyrics.py:114
↓ 1 callersClassMusicboxArgumentParser
NEMbox/cli.py:112
↓ 1 callersClassNullUi
Headless UI stub for the daemon: every render call is a no-op. The real ``Ui`` grabs the terminal via ``curses.initscr()`` on construction, w
NEMbox/player.py:40
↓ 1 callersClass_FakeSession
tests/test_api_endpoint_updates.py:6
ClassFakeNetEase
tests/test_cli.py:9
ClassLoggedInNetEase
tests/test_cli.py:95
ClassParse
NEMbox/api.py:174
ClassSingleton
Singleton Class This is a class to make some class being a Singleton class. Such as database class or config class. usage: class
NEMbox/singleton.py:1
Class_FakeNetEase
tests/test_main.py:8