method: code.Traceback.filter

*Not documented*
    def filter(self, fn=lambda x: not x.ishidden()):

origin: code.Traceback

where:

function source:

def filter(self, fn=lambda x: not x.ishidden()):
    return Traceback(filter(fn, self))

call sites:

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

traceback code.Traceback.filter.0

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

traceback code.Traceback.filter.1

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

traceback code.Traceback.filter.2

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

traceback code.Traceback.filter.3

called in /home/johnny/projects/merlinux/py/dist/py/code/traceback2.py

traceback code.Traceback.filter.4

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

traceback code.Traceback.filter.5

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

traceback code.Traceback.filter.6

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

traceback code.Traceback.filter.7

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

traceback code.Traceback.filter.8

called in /home/johnny/projects/merlinux/py/dist/py/code/traceback2.py

traceback code.Traceback.filter.9

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

traceback code.Traceback.filter.10

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

traceback code.Traceback.filter.11

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

traceback code.Traceback.filter.12

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

traceback code.Traceback.filter.13

called in /home/johnny/projects/merlinux/py/dist/py/code/testing/test_excinfo.py

traceback code.Traceback.filter.14

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

traceback code.Traceback.filter.15

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

traceback code.Traceback.filter.16

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

traceback code.Traceback.filter.17