method: path.local.stat

 Return an os.stat() tuple. 
    def stat(self):

origin: path.local

where:

exceptions that might appear during execution:

function source:

def stat(self):
    """ Return an os.stat() tuple. """
    stat = self._callex(os.stat, self.strpath)
    return self._makestat(stat)

call sites:

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

traceback path.local.stat.0

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

traceback path.local.stat.1

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

traceback path.local.stat.2

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

traceback path.local.stat.3

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

traceback path.local.stat.4

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

traceback path.local.stat.5

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

traceback path.local.stat.6

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

traceback path.local.stat.7

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

traceback path.local.stat.8

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

traceback path.local.stat.9

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

traceback path.local.stat.10

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

traceback path.local.stat.11

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

traceback path.local.stat.12

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

traceback path.local.stat.13

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

traceback path.local.stat.14

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

traceback path.local.stat.15

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

traceback path.local.stat.16

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

traceback path.local.stat.17

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

traceback path.local.stat.18

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

traceback path.local.stat.19

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

traceback path.local.stat.20