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

Method replace

packages/reflex-base/src/reflex_base/vars/sequence.py:868–870  ·  view source on GitHub ↗
(  # pyright: ignore [reportOverlappingOverload]
        self, search_value: StringVar | str, new_value: StringVar | str
    )

Source from the content-addressed store, hash-verified

866
867 @overload
868 def replace( # pyright: ignore [reportOverlappingOverload]
869 self, search_value: StringVar | str, new_value: StringVar | str
870 ) -> StringVar: ...
871
872 @overload
873 def replace(

Callers 15

createMethod · 0.80
add_hooksMethod · 0.80
createMethod · 0.80
_get_codeblock_fn_varMethod · 0.80
format_componentMethod · 0.80
openMethod · 0.80
with_overridesMethod · 0.80
_build_cloudbuild_yamlFunction · 0.80
_get_hook_depsFunction · 0.80
make_componentFunction · 0.80
_replace_prop_namesMethod · 0.80

Calls 2

string_replace_operationFunction · 0.85