smashlib.bin module
Sub-modules
pyack
a dumb interface for getting ack data into python
USAGE:
call it with a given search string or directory >>> z = pyack('search_string') >>> z = pyack('search_string directory') >>> z = pyack('search_string directory --whatever-ack-args') >>> z()
number of matching f...