MCPcopy Index your code
hub / github.com/rawpython/remi / __init__

Method __init__

examples/minefield_app.py:92–94  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

90
91class MyApp(App):
92 def __init__(self, *args):
93 res_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'res')
94 super(MyApp, self).__init__(*args, static_file_path={'my_resources': res_path})
95
96 def display_time(self):
97 self.lblTime.set_text('Play time: ' + str(self.time_count))

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected