method: test.collect.Directory.getitembynames

*Not documented*
    def getitembynames(self, namelist):

origin: test.collect.Collector

where:

changes in __dict__ after execution:

function source:

def getitembynames(self, namelist):
    if isinstance(namelist, str):
        namelist = namelist.split("/")
    cur = self
    for name in namelist:
        next = cur.join(name)
        assert next is not None, (cur, name, namelist)
        cur = next
    return cur

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_rsession.py

traceback test.collect.Directory.getitembynames.0

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_rsession.py

traceback test.collect.Directory.getitembynames.1

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_reporter.py

traceback test.collect.Directory.getitembynames.2

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_reporter.py

traceback test.collect.Directory.getitembynames.3

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/slave.py

traceback test.collect.Directory.getitembynames.4

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/slave.py

traceback test.collect.Directory.getitembynames.5

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_reporter.py

traceback test.collect.Directory.getitembynames.6

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_executor.py

traceback test.collect.Directory.getitembynames.7

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_reporter.py

traceback test.collect.Directory.getitembynames.8

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_reporter.py

traceback test.collect.Directory.getitembynames.9

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_reporter.py

traceback test.collect.Directory.getitembynames.10

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_master.py

traceback test.collect.Directory.getitembynames.11

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_reporter.py

traceback test.collect.Directory.getitembynames.12

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_rsession.py

traceback test.collect.Directory.getitembynames.13

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_rsession.py

traceback test.collect.Directory.getitembynames.14

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_rsession.py

traceback test.collect.Directory.getitembynames.15

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/slave.py

traceback test.collect.Directory.getitembynames.16

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/slave.py

traceback test.collect.Directory.getitembynames.17

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_executor.py

traceback test.collect.Directory.getitembynames.18

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_master.py

traceback test.collect.Directory.getitembynames.19

called in /home/johnny/projects/merlinux/py/dist/py/test/rsession/testing/test_rsession.py

traceback test.collect.Directory.getitembynames.20