MCPcopy Index your code
hub / github.com/reflex-dev/reflex / upper

Method upper

tests/units/test_state.py:191–197  ·  view source on GitHub ↗

Uppercase the key. Returns: The uppercased key.

(self)

Source from the content-addressed store, hash-verified

189
190 @computed_var
191 def upper(self) -> str:
192 """Uppercase the key.
193
194 Returns:
195 The uppercased key.
196 """
197 return self.key.upper()
198
199 def do_something(self):
200 """Do something."""

Callers 6

indexFunction · 0.45
test_string_operationsFunction · 0.45
test_type_chainsFunction · 0.45
change_bothMethod · 0.45
processFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected