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

Method short_name

brainworkshop.py:1427–1430  ·  view source on GitHub ↗
(self, mode=None, back=None)

Source from the content-addressed store, hash-verified

1425 self.session_number = 0
1426
1427 def short_name(self, mode=None, back=None):
1428 if mode == None: mode = self.mode
1429 if back == None: back = self.back
1430 return self.short_mode_names[mode] + str(back) + 'B'
1431
1432# What follows are the classes which control all the text and graphics.
1433#

Callers 2

updateMethod · 0.80
submit_sessionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected