MCPcopy
hub / github.com/reflex-dev/reflex / lower

Method lower

packages/reflex-base/src/reflex_base/vars/sequence.py:670–676  ·  view source on GitHub ↗

Convert the string to lowercase. Returns: The string lower operation.

(self)

Source from the content-addressed store, hash-verified

668 return self.split().length()
669
670 def lower(self) -> StringVar:
671 """Convert the string to lowercase.
672
673 Returns:
674 The string lower operation.
675 """
676 return string_lower_operation(self)
677
678 def lstrip(self, chars: StringVar | str | None = None) -> StringVar:
679 """Left strip the string.

Callers 15

createMethod · 0.80
on_header_endMethod · 0.80
send_with_headersMethod · 0.80
add_hooksMethod · 0.80
app_logsFunction · 0.80
__le__Method · 0.80
zipMethod · 0.80
_post_initMethod · 0.80
interpret_boolean_envFunction · 0.80
figure_out_return_typeFunction · 0.80
to_snake_caseFunction · 0.80

Calls 1

string_lower_operationFunction · 0.85

Tested by 15

test_appFunction · 0.64
dynamic_routeFunction · 0.64
memory_expiration_appFunction · 0.64
indexFunction · 0.64
frontend_path_appFunction · 0.64
router_query_appFunction · 0.64
recharts_appFunction · 0.64
backend_path_appFunction · 0.64
plotly_locale_appFunction · 0.64
__tablename__Method · 0.64
test_update_from_envFunction · 0.64
test_string_operationsFunction · 0.64