Uname : Linux serv1.rebootns.com 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
Soft : LiteSpeed
Ip : 139.99.125.122
Port : 443
~
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
future
/
backports
/
urllib
/
__pycache__
[ HOME ]
Exec
Submit
robotparser.cpython-311.pyc
� �-��z� � � d dl mZmZmZ d dlmZ d dlmZ d dlm Z mZ e e_ ee_ dgZ G d� de� � Z G d� de� � Z G d � d e� � ZdS )� )�absolute_import�division�unicode_literals��str)�urllib)�parse�request�RobotFileParserc �J � e Zd ZdZd d�Zd� Zd� Zd� Zd� Zd� Z d � Z d � Zd� ZdS )r zs This class provides a set of methods to read, parse and answer questions about a single robots.txt file. � c �v � g | _ d | _ d| _ d| _ | � |� � d| _ d S )NFr )�entries� default_entry�disallow_all� allow_all�set_url�last_checked��self�urls �t/builddir/build/BUILD/cloudlinux-venv-1.0.8/venv/lib/python3.11/site-packages/future/backports/urllib/robotparser.py�__init__zRobotFileParser.__init__ s@ � ����!���!���������S��������� c � � | j S )z�Returns the time the robots.txt file was last fetched. This is useful for long-running web spiders that need to check for new robots.txt files periodically. )r �r s r �mtimezRobotFileParser.mtime&