Searched refs:pylint_func (Results 1 - 1 of 1) sorted by relevance

/pkg/src/
H A Dsetup.py495 class pylint_func(Command): class in inherits:Command
600 class pylint_func_quiet(pylint_func):
603 pylint_func.run(self, quiet=True)
605 class pylint_func_py3k(pylint_func):
607 pylint_func.run(self, py3k=True)
717 pylint_func(Distribution()).run()
1662 'pylint': pylint_func,

Completed in 29 milliseconds