method: path.svnwc.write

 write content into local filesystem wc. 
    def write(self, content, mode='wb'):

origin: path.svnwc

where:

function source:

def write(self, content, mode='wb'):
    """ write content into local filesystem wc. """
    self.localpath.write(content, mode)

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py

traceback path.svnwc.write.0

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/testing/test_wccommand.py

traceback path.svnwc.write.1

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py

traceback path.svnwc.write.2

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/testing/test_wccommand.py

traceback path.svnwc.write.3

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/testing/test_wccommand.py

traceback path.svnwc.write.4

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py

traceback path.svnwc.write.5

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/testing/test_wccommand.py

traceback path.svnwc.write.6

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/testing/test_wccommand.py

traceback path.svnwc.write.7

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py

traceback path.svnwc.write.8

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/testing/test_test_repo.py

traceback path.svnwc.write.9

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/testing/test_wccommand.py

traceback path.svnwc.write.10