MCPcopy Create free account
hub / github.com/CJackHwang/AIstudioProxyAPI / get_schema_info

Method get_schema_info

gui/env_manager.py:469–471  ·  view source on GitHub ↗

Get schema info for a key: (default, type, description, category).

(self, key: str)

Source from the content-addressed store, hash-verified

467 ]
468
469 def get_schema_info(self, key: str) -> Optional[Tuple[Any, str, str, str]]:
470 """Get schema info for a key: (default, type, description, category)."""
471 return self.ENV_SCHEMA.get(key)
472
473 def register_hot_reload_callback(
474 self, callback: Callable[[Dict[str, str]], None]

Callers 4

test_get_schema_infoMethod · 0.80
_build_settings_uiMethod · 0.80
_on_setting_changeMethod · 0.80
reset_to_defaultsMethod · 0.80

Calls 1

getMethod · 0.45

Tested by 1

test_get_schema_infoMethod · 0.64