⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.177
Server IP:
50.6.168.112
Server:
Linux server-617809.webnetzimbabwe.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.4.10
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib64
/
python3.9
/
site-packages
/
lsm
/
__pycache__
/
View File Name :
_iplugin.cpython-39.opt-1.pyc
a VdGC @ s~ d dl mZ d dl mZ d dlmZmZ d dlm Z G dd de ee ZG dd deZG d d d eZ G dd de Zd S ) )ABCMeta)abstractmethod)LsmErrorErrorNumber)with_metaclassc @ s e Zd ZdZedddZedddZedddZedd d ZedddZ edd dZ edddZedddZed ddZ ed!ddZdS )"IPluginzU Plug-in interface that all plug-ins must implement for basic operation. r c C s dS )z Method first called to setup the plug-in (except for plugin_info) This would be the place to make a connection to the array. Returns None on success, else LsmError exception N )selfZuripasswordtimeoutflagsr r 2/usr/lib64/python3.9/site-packages/lsm/_iplugin.pyplugin_register s zIPlugin.plugin_registerc C s dS )zs Sets any time-outs for the plug-in (ms) Returns None on success, else LsmError exception Nr )r msr r r r time_out_set s zIPlugin.time_out_setc C s dS )ze Retrieves the current time-out Returns time-out in ms, else raise LsmError Nr r r r r r time_out_get' s zIPlugin.time_out_getc C s dS )aZ Called when the client wants to finish up or the socket goes eof. Plug-in should clean up all resources. Note: In the case where the socket goes EOF and the plugin_unregister runs into errors the exception(s) will not be delivered to the client! Returns None on success, else LsmError exception Nr r r r r plugin_unregister0 s zIPlugin.plugin_unregisterc C s dS )z Returns the stats of the given job. Returns a tuple ( status (enumeration), percent_complete, completed item). else LsmError exception. Nr r Zjob_idr r r r job_status<