mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
7
stdlib/2/robotparser.pyi
Normal file
7
stdlib/2/robotparser.pyi
Normal file
@@ -0,0 +1,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): ...
|
||||
Reference in New Issue
Block a user