Files
typeshed/stdlib/2.7/robotparser.pyi
2016-01-26 20:25:30 -08:00

8 lines
230 B
Python

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): ...