# HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. # Line up the first '|' above the ':' following the base package name, and # the '|' on the right side marks the last column you can put a character in. # You must make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| shutil_which: shutil_which (find path of executable) shutil_which: shutil_which: A backport of the which function from Python 3.3's shutil. which shutil_which: returns the path to an executable which would be run if the given cmd shutil_which: was called. shutil_which: shutil_which: shutil_which: shutil_which: shutil_which: shutil_which: