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

Method save

brainworkshop.py:2151–2153  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2149 choose_once=True,
2150 default=default)
2151 def save(self):
2152 self.select()
2153 Menu.save(self)
2154
2155 def choose(self, k, i):
2156 newlang = self.languages[i]

Callers

nothing calls this directly

Calls 2

selectMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected