MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / schedule

Method schedule

cassandra/cluster.py:4262–4263  ·  view source on GitHub ↗
(self, delay, fn, *args, **kwargs)

Source from the content-addressed store, hash-verified

4260 self.join()
4261
4262 def schedule(self, delay, fn, *args, **kwargs):
4263 self._insert_task(delay, (fn, args, tuple(kwargs.items())))
4264
4265 def schedule_unique(self, delay, fn, *args, **kwargs):
4266 task = (fn, args, tuple(kwargs.items()))

Callers 3

startMethod · 0.80
runMethod · 0.80

Calls 2

_insert_taskMethod · 0.95
itemsMethod · 0.45

Tested by 1