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

Method values

packages/reflex-base/src/reflex_base/vars/object.py:120–122  ·  view source on GitHub ↗
(
        self: ObjectVar[Mapping[Any, VALUE_TYPE]],
    )

Source from the content-addressed store, hash-verified

118
119 @overload
120 def values(
121 self: ObjectVar[Mapping[Any, VALUE_TYPE]],
122 ) -> ArrayVar[list[VALUE_TYPE]]: ...
123
124 @overload
125 def values(self) -> ArrayVar: ...

Callers 15

_renderMethod · 0.80
_get_varsMethod · 0.80
__init__.pyFile · 0.80
add_importsMethod · 0.80
_get_custom_codeMethod · 0.80
get_deployment_regionsFunction · 0.80
create_projectFunction · 0.80
get_projectsFunction · 0.80
get_project_rolesFunction · 0.80
get_project_role_usersFunction · 0.80
app_historyFunction · 0.80

Calls 1

object_values_operationFunction · 0.85