Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(4) | Derive(0) | Import(0)
src/s/o/Source.Python-HEAD/addons/source-python/packages/source-python/_core/command.py Source.Python(Download)
# Add the delay TickDelays.delay( float(args[0]), EngineServer.server_command, ' '.join(args[1:]) + '\n')
src/s/o/Source.Python-HEAD/addons/source-python/packages/source-python/listeners/tick/repeat.py Source.Python(Download)
# Start the delay self._delay = TickDelays.delay(self._interval, self._execute) def stop(self):
# Start the delay self._delay = TickDelays.delay(self._loop_time, self._execute) def extend(self, adjustment):
# Call the delay again self._delay = TickDelays.delay(self._interval, self._execute) # Are no more loops to be made?