method: log.Path.__call__

*Not documented*
    def __call__(self, msg):

origin: log.Path

where:

changes in __dict__ after execution:

function source:

def __call__(self, msg):
    if not hasattr(self, "_file"):
        self._openfile()
    print >> self._file, msg

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/log/producer.py

traceback log.Path.__call__.0

called in /home/johnny/projects/merlinux/py/dist/py/log/producer.py

traceback log.Path.__call__.1

called in /home/johnny/projects/merlinux/py/dist/py/log/producer.py

traceback log.Path.__call__.2

called in /home/johnny/projects/merlinux/py/dist/py/log/producer.py

traceback log.Path.__call__.3

called in /home/johnny/projects/merlinux/py/dist/py/log/producer.py

traceback log.Path.__call__.4

called in /home/johnny/projects/merlinux/py/dist/py/log/producer.py

traceback log.Path.__call__.5

called in /home/johnny/projects/merlinux/py/dist/py/log/producer.py

traceback log.Path.__call__.6