MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / will_run

Method will_run

tools/tasks.py:201–203  ·  view source on GitHub ↗

Determine if this task will run on this platform.

(self)

Source from the content-addressed store, hash-verified

199 return p.wait()
200
201 def will_run(self):
202 """Determine if this task will run on this platform."""
203 return sys.platform.startswith(tuple(self.platforms))
204
205
206class PythonTask(object):

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected