All Samples(1) | Call(1) | Derive(0) | Import(0)
Set new app context opaque obj, for communicating between app and internals. Useful for e.g. config information used by custom function extensions.
src/a/x/Ax_FuzzyTourney-0.8.1/axonchisel/fuzzytourney/util/run.py Ax_FuzzyTourney(Download)
def _run_tournament(self, tournament): runner = axonchisel.fuzzytourney.runner.Runner() runner.set_app_context(self._get_tournament_app_context()) runner.set_status_callback_handler(self._get_run_status_callback()) runner.run(tournament)