method: test.collect.Directory.filefilter

*Not documented*
    def filefilter(self, path): 

origin: test.collect.Directory

where:

function source:

def filefilter(self, path): 
    b = path.purebasename 
    ext = path.ext
    return (b.startswith('test_') or 
            b.endswith('_test')) and ext in ('.txt', '.py')

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.Directory.filefilter.0

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.Directory.filefilter.1

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.Directory.filefilter.2

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.Directory.filefilter.3

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.Directory.filefilter.4

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.Directory.filefilter.5

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.Directory.filefilter.6

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.Directory.filefilter.7

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.Directory.filefilter.8

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.Directory.filefilter.9

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.Directory.filefilter.10

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.Directory.filefilter.11

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.Directory.filefilter.12

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.Directory.filefilter.13

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.Directory.filefilter.14

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.Directory.filefilter.15

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.Directory.filefilter.16

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.Directory.filefilter.17

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.Directory.filefilter.18

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.Directory.filefilter.19

called in /home/johnny/projects/merlinux/py/dist/py/test/collect.py

traceback test.collect.Directory.filefilter.20