Uname : Linux premium36.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
docutils
/
transforms
/
__pycache__
[ HOME ]
Exec
Submit
File Name : misc.cpython-311.pyc
� ��gh � �z � d Z dZddlmZ ddlmZ G d� de� � Z G d� de� � Z G d � d e� � ZdS )z Miscellaneous transforms. �reStructuredText� )�nodes)� Transformc � � e Zd ZdZdZd� ZdS )�CallBacka� Inserts a callback into a document. The callback is called when the transform is applied, which is determined by its priority. For use with `nodes.pending` elements. Requires a ``details['callback']`` entry, a bound method or function which takes one parameter: the pending node. Other data can be stored in the ``details`` attribute or in the object hosting the callback method. i� c �t � | j } |j d |� � |j � |� � d S )N�callback)� startnode�details�parent�remove)�self�pendings �x/builddir/build/BUILD/imunify360-venv-2.6.0/opt/imunify360/venv/lib/python3.11/site-packages/docutils/transforms/misc.py�applyzCallBack.apply s<