File: robotparser.pyi

package info (click to toggle)
mypy 0.470-complete-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,864 kB
  • ctags: 3,264
  • sloc: python: 21,838; makefile: 18
file content (7 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
class RobotFileParser:
    def set_url(self, url: str): ...
    def read(self): ...
    def parse(self, lines: str): ...
    def can_fetch(self, user_agent: str, url: str): ...
    def mtime(self): ...
    def modified(self): ...