MCPcopy
hub / github.com/kubernetes/test-infra / get_deferred_funcs

Method get_deferred_funcs

gubernator/github/periodic_sync_test.py:59–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57 None).put()
58
59 def get_deferred_funcs(self):
60 out = []
61 for task in self.taskqueue.get_filtered_tasks():
62 func, args, _kwargs = pickle.loads(task.payload)
63 out.append((func.__name__, args))
64 return out
65
66 def test_repo_dispatch(self):
67 self.inject_pr('a/b', 3)

Callers 1

test_repo_dispatchMethod · 0.95

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected