def _url_type()

in source/ext/extref.py [0:0]


    def _url_type(self):
        return "external" if urlparse(self._href()).netloc else "internal"