method: path.local.write

 write string content into path. 
    def write(self, content, mode='wb'):

origin: path.local

where:

function source:

def write(self, content, mode='wb'):
    """ write string content into path. """
    s = str(content)
    f = self.open(mode)
    try:
        f.write(s)
    finally:
        f.close()

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/misc/rest.py

traceback path.local.write.0

called in /home/johnny/projects/merlinux/py/dist/py/apigen/source/testing/test_browser.py

traceback path.local.write.1

called in /home/johnny/projects/merlinux/py/dist/py/path/local/local.py

traceback path.local.write.2

called in /home/johnny/projects/merlinux/py/dist/py/path/local/local.py

traceback path.local.write.3

called in /home/johnny/projects/merlinux/py/dist/py/documentation/test_conftest.py

traceback path.local.write.4

called in /home/johnny/projects/merlinux/py/dist/py/path/local/local.py

traceback path.local.write.5

called in /home/johnny/projects/merlinux/py/dist/py/path/local/local.py

traceback path.local.write.6

called in /home/johnny/projects/merlinux/py/dist/py/path/local/local.py

traceback path.local.write.7

called in /home/johnny/projects/merlinux/py/dist/py/apigen/source/testing/test_browser.py

traceback path.local.write.8

called in /home/johnny/projects/merlinux/py/dist/py/path/local/local.py

traceback path.local.write.9

called in /home/johnny/projects/merlinux/py/dist/py/documentation/test_conftest.py

traceback path.local.write.10

called in /home/johnny/projects/merlinux/py/dist/py/path/local/local.py

traceback path.local.write.11

called in /home/johnny/projects/merlinux/py/dist/py/apigen/rest/genrest.py

traceback path.local.write.12

called in /home/johnny/projects/merlinux/py/dist/py/apigen/source/testing/test_html.py

traceback path.local.write.13

called in /home/johnny/projects/merlinux/py/dist/py/apigen/source/testing/test_html.py

traceback path.local.write.14

called in /home/johnny/projects/merlinux/py/dist/py/apigen/rest/genrest.py

traceback path.local.write.15

called in /home/johnny/projects/merlinux/py/dist/py/path/local/local.py

traceback path.local.write.16

called in /home/johnny/projects/merlinux/py/dist/py/path/local/local.py

traceback path.local.write.17

called in /home/johnny/projects/merlinux/py/dist/py/apigen/rest/genrest.py

traceback path.local.write.18

called in /home/johnny/projects/merlinux/py/dist/py/path/local/local.py

traceback path.local.write.19

called in /home/johnny/projects/merlinux/py/dist/py/apigen/rest/genrest.py

traceback path.local.write.20