Searched refs:robotparser (Results 1 – 3 of 3) sorted by relevance
649 | ``urllib.robotparser`` | :mod:`py2:robotparser` | :mod:`py3:urllib.robotparser…651 | ``urllib_robotparser`` | :mod:`py2:robotparser` | :mod:`py3:urllib.robotparser…
166 assert item_name in dir(six.moves.urllib.robotparser)167 getattr(six.moves.urllib.robotparser, item_name)
460 robotparser = _importer._get_module("moves.urllib_robotparser") variable in Module_six_moves_urllib