method: path.svnwc.get

 deprecated, use _getbyspec if you really need it. 
    def get(self, spec): 

origin: PathBase

where:

function source:

def get(self, spec): 
    """ deprecated, use _getbyspec if you really need it. """
    py.std.warnings.warn("path.get() is deprecated", 
                         DeprecationWarning, stacklevel=2)
    return self._getbyspec(spec) 

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/test/deprecate.py

traceback path.svnwc.get.0