MCPcopy Create free account
hub / github.com/devoxin/Lavalink.py / request

Method request

lavalink/node.py:631–632  ·  view source on GitHub ↗
(self, method: str, path: str, *, to: Type[str], trace: bool = ..., versioned: bool = ..., **kwargs)

Source from the content-addressed store, hash-verified

629
630 @overload
631 async def request(self, method: str, path: str, *, to: Type[str], trace: bool = ..., versioned: bool = ..., **kwargs) -> str:
632 ...
633
634 @overload
635 async def request(self, method: str, path: str, *, to: Type[T], trace: bool = ..., versioned: bool = ..., **kwargs) -> T:

Callers 15

get_tracksMethod · 0.95
decode_trackMethod · 0.95
decode_tracksMethod · 0.95
get_infoMethod · 0.95
get_statsMethod · 0.95
get_versionMethod · 0.95
get_playerMethod · 0.95
get_playersMethod · 0.95
update_playerMethod · 0.95

Calls 1

_requestMethod · 0.80

Tested by

no test coverage detected