Lines Matching refs:run
84 # the version of pylint that we must have in order to run the pylint checks.
510 def run(self, quiet=False, py3k=False):
567 # we try to run it over all the current pkg source. Hence for
568 # now we only run it over a subset of the source. As source
584 # checker will be displayed. Therefore we need to run
602 def run(self, quiet=False):
603 pylint_func.run(self, quiet=True)
606 def run(self, quiet=False, py3k=False):
607 pylint_func.run(self, py3k=True)
628 def run(self):
715 def run(self):
716 clint_func(Distribution()).run()
717 pylint_func(Distribution()).run()
740 def run(self):
746 _install.run(self)
806 def run(self):
1133 def run(self):
1316 # run the scripts
1425 belonging to different localizations should be run through this function
1456 def run(self):
1458 # clean_func.run() below.
1486 def run(self):
1487 _clean.run(self)
1508 def run(self):
1530 # NOTE: these options need to be in sync with tests/run.py and the
1542 ("verbosemode", 'v', "run tests in verbose mode"),
1550 ("livesystem", 'l', "run tests on live system"),
1575 def run(self):
1580 # Reconstruct the cmdline and send that to run.py
1581 cmd = [sys.executable, "run.py"]