MCPcopy
hub / github.com/google/python-fire / upper

Method upper

fire/test_components.py:240–241  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

238 return kwargs
239
240 def upper(self, **kwargs):
241 return ' '.join(sorted(kwargs.keys())).upper()
242
243 def run(self, positional, named=None, **kwargs):
244 return (positional, named, kwargs)

Callers 6

_GetArgsAndFlagsStringFunction · 0.80
_CreateArgItemFunction · 0.80
_CreateFlagItemFunction · 0.80
_MakeUsageDetailsSectionFunction · 0.80
_GetCallableUsageItemsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected