method: test.collect.Module.join

*Not documented*
    def join(self, name):

origin: test.collect.Module

where:

changes in __dict__ after execution:

function source:

def join(self, name):
    res = super(Module, self).join(name)
    if res is None:
        attr = getattr(self.obj, name, None)
        if attr is not None:
            res = self.makeitem(name, attr, usefilters=False)
    return res

call sites:

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

traceback test.collect.Module.join.0

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

traceback test.collect.Module.join.1

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

traceback test.collect.Module.join.2

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

traceback test.collect.Module.join.3

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

traceback test.collect.Module.join.4

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

traceback test.collect.Module.join.5

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

traceback test.collect.Module.join.6

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

traceback test.collect.Module.join.7

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

traceback test.collect.Module.join.8

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

traceback test.collect.Module.join.9

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

traceback test.collect.Module.join.10

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

traceback test.collect.Module.join.11

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

traceback test.collect.Module.join.12

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

traceback test.collect.Module.join.13

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

traceback test.collect.Module.join.14

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

traceback test.collect.Module.join.15

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

traceback test.collect.Module.join.16

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

traceback test.collect.Module.join.17

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

traceback test.collect.Module.join.18

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

traceback test.collect.Module.join.19

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

traceback test.collect.Module.join.20