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

Method add_age

tests/units/test_app.py:780–782  ·  view source on GitHub ↗

Add an age to the dict.

(self)

Source from the content-addressed store, hash-verified

778 details = {"name": "Tommy"}
779
780 def add_age(self):
781 """Add an age to the dict."""
782 self.details.update({"age": 20}) # pyright: ignore [reportCallIssue, reportArgumentType]
783
784 def change_name(self):
785 """Change the name in the dict."""

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected