MCPcopy Index your code
hub / github.com/BasicProtein/AugmentCode-Free / get_text

Function get_text

language_manager.py:159–161  ·  view source on GitHub ↗

Convenience function to get translated text

(key_path: str, **kwargs)

Source from the content-addressed store, hash-verified

157
158
159def get_text(key_path: str, **kwargs) -> str:
160 """Convenience function to get translated text"""
161 return get_language_manager().get_text(key_path, **kwargs)
162
163
164def set_language(language_code: str):

Callers 15

mainFunction · 0.90
get_patch_statusMethod · 0.90
parse_ide_typeFunction · 0.90
clean_db_commandFunction · 0.90
modify_ids_commandFunction · 0.90
run_all_commandFunction · 0.90
runMethod · 0.90
runMethod · 0.90
runMethod · 0.90
runMethod · 0.90
_setup_windowMethod · 0.90

Calls 2

get_language_managerFunction · 0.85
get_textMethod · 0.80

Tested by

no test coverage detected