MCPcopy
hub / github.com/pallets/click / get_language

Function get_language

tests/test_context.py:149–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147 click.get_current_context().meta[LANG_KEY] = value
148
149 def get_language():
150 return click.get_current_context().meta.get(LANG_KEY, "en_US")
151
152 @click.command()
153 @click.pass_context

Callers 1

cliFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected