def binary_regex()

in mozdownload/scraper.py [0:0]


    def binary_regex(self):
        """Return the regex for the binary filename."""
        raise errors.NotImplementedError(sys._getframe(0).f_code.co_name)