Module robotparser :: Class RuleLine
[hide private]
[frames] | no frames]

Class RuleLine

A rule line is a single "Allow:" (allowance==True) or "Disallow:" (allowance==False) followed by a path.

Instance Methods [hide private]
 
__init__(self, path, allowance)
 
applies_to(self, filename)
 
__str__(self)