Graybyt3 Was Here
Linux cloud.locucionar.com 3.10.0-1160.81.1.el7.x86_64 #1 SMP Fri Dec 16 17:29:43 UTC 2022 x86_64
Apache
91.191.211.241
/
opt
/
imunify360
/
venv
/
lib64
/
python3.11
/
site-packages
/
docutils
/
transforms
/
__pycache__
[ HOME ]
Exec
Submit
File Name : misc.cpython-311.pyc
� K�Fh � �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.5.3/opt/imunify360/venv/lib/python3.11/site-packages/docutils/transforms/misc.py�applyzCallBack.apply s<