MCPcopy Create free account
hub / github.com/brain-workshop/brainworkshop / save

Method save

brainworkshop.py:2128–2130  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2126 default=users.index(USER))
2127
2128 def save(self):
2129 self.select() # Enter should choose a user too
2130 Menu.save(self)
2131
2132 def choose(self, k, i):
2133 newuser = self.users[i]

Callers

nothing calls this directly

Calls 2

selectMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected