*Not documented*
def __init__(self, filename, append=False, delayed_create=False,
origin: log.Path
where:
changes in __dict__ after execution:
function source:
def __init__(self, filename, append=False, delayed_create=False,
buffering=1):
self._append = append
self._filename = filename
self._buffering = buffering
if not delayed_create:
self._openfile()
called in /home/johnny/projects/merlinux/py/dist/py/log/testing/test_log.py
called in /home/johnny/projects/merlinux/py/dist/py/log/testing/test_log.py
called in /home/johnny/projects/merlinux/py/dist/py/log/testing/test_log.py
called in /home/johnny/projects/merlinux/py/dist/py/log/testing/test_log.py
called in /home/johnny/projects/merlinux/py/dist/py/log/testing/test_log.py