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

Function get_users

brainworkshop.py:4398–4401  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4396
4397
4398def get_users():
4399 users = ['default'] + [fn.split('-')[0] for fn in os.listdir(get_data_dir()) if '-stats.txt' in fn]
4400 if 'Readme' in users: users.remove('Readme')
4401 return users
4402
4403# there are 4 event loops:
4404# on_mouse_press: allows the user to use the mouse (LMB and RMB) instead of keys

Callers 1

__init__Method · 0.85

Calls 1

get_data_dirFunction · 0.85

Tested by

no test coverage detected