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

Method remove_tommy

tests/units/test_app.py:605–607  ·  view source on GitHub ↗

Remove Tommy from the list.

(self)

Source from the content-addressed store, hash-verified

603 self.plain_friends.extend(colleagues)
604
605 def remove_tommy(self):
606 """Remove Tommy from the list."""
607 self.plain_friends.remove("Tommy")
608
609 # list in dict
610 friends_in_dict = {"Tommy": ["Jenny"]}

Callers

nothing calls this directly

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected