mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-25 16:24:03 +08:00
cb97bb54c0
Closes #579.
8 lines
230 B
Python
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): ...
|