Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | applies_to |
def | __str__ |
Data Fields | |
path | |
allowance | |
A rule line is a single "Allow:" (allowance==1) or "Disallow:" (allowance==0) followed by a path.
Definition at line 146 of file robotparser.py.
def __init__ | ( | self, | |
path, | |||
allowance | |||
) |
Definition at line 149 of file robotparser.py.
def __str__ | ( | self) |
Definition at line 156 of file robotparser.py.
References RuleLine.allowance, RobotFileParser.path, MH.path, and RuleLine.path.
def applies_to | ( | self, | |
filename | |||
) |
Definition at line 153 of file robotparser.py.
References RobotFileParser.path, MH.path, and RuleLine.path.
allowance |
Definition at line 151 of file robotparser.py.
path |
Definition at line 150 of file robotparser.py.