Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigdra50/unity-cli
/ _add_panel_param
Method
_add_panel_param
unity_cli/api/uitree.py:25–27 ·
view source on GitHub ↗
(self, params: dict[str, Any], panel: str | None)
Source
from the content-addressed store, hash-verified
23
self._conn = conn
24
25
def
_add_panel_param(self, params: dict[str, Any], panel: str | None) -> None:
26
if
panel:
27
params[
"panel"
] = _strip_panel_count(panel)
28
29
def
dump(
30
self,
Callers
6
dump
Method · 0.95
query
Method · 0.95
inspect
Method · 0.95
click
Method · 0.95
scroll
Method · 0.95
text
Method · 0.95
Calls
1
_strip_panel_count
Function · 0.85
Tested by
no test coverage detected