method: test.collect.Directory.buildname2items

*Not documented*
    def buildname2items(self): 

origin: test.collect.Directory

where:

exceptions that might appear during execution:

function source:

def buildname2items(self): 
    d = {} 
    for p in self.fspath.listdir(): 
        x = self.makeitem(p.basename, self.filefilter, self.recfilter)
        if x is not None: 
            d[p.basename] = x
    return d 

call sites:

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

traceback test.collect.Directory.buildname2items.0

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

traceback test.collect.Directory.buildname2items.1

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

traceback test.collect.Directory.buildname2items.2

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

traceback test.collect.Directory.buildname2items.3

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

traceback test.collect.Directory.buildname2items.4

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

traceback test.collect.Directory.buildname2items.5

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

traceback test.collect.Directory.buildname2items.6

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

traceback test.collect.Directory.buildname2items.7

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

traceback test.collect.Directory.buildname2items.8

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

traceback test.collect.Directory.buildname2items.9

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

traceback test.collect.Directory.buildname2items.10

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

traceback test.collect.Directory.buildname2items.11

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

traceback test.collect.Directory.buildname2items.12

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

traceback test.collect.Directory.buildname2items.13

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

traceback test.collect.Directory.buildname2items.14

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

traceback test.collect.Directory.buildname2items.15

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

traceback test.collect.Directory.buildname2items.16

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

traceback test.collect.Directory.buildname2items.17

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

traceback test.collect.Directory.buildname2items.18

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

traceback test.collect.Directory.buildname2items.19

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

traceback test.collect.Directory.buildname2items.20