MCPcopy
hub / github.com/buildbot/buildbot / run

Method run

pkg/buildbot_pkg.py:257–259  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

255 """Custom build command."""
256
257 def run(self):
258 self.run_command('build_js')
259 super().run()
260
261
262class EggInfoCommand(setuptools.command.egg_info.egg_info):

Callers

nothing calls this directly

Calls 2

run_commandMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected