method: path.extpy.__repr__

*Not documented*
    def __repr__(self):

origin: path.extpy

where:

function source:

def __repr__(self):
    return 'extpy(%r, %r)' % (self.root, self.modpath)