⚠️ BACKUP DATA ANDA SECARA TERATUR! File manager ini untuk keperluan teknis.
Zy Filemanager
berang berang bawa gelek berangkat lek !!!
🌙 Dark Mode
🏠 Home Shell
🔄 Refresh
Current Path:
Home Shell
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
coverage
/
fullcoverage
/
__pycache__
⬆️ Parent Directory
📁 File Browser
Name
Size
Permissions
Modified Date
Actions
📄
encodings.cpython-311.pyc
(2,373 bytes)
2.32 KB
0644
📅
✏️
✍️
⬇️
🗑️
📤 Upload Files
Single File
Multiple Files
ZIP Extract
ZIP file will be deleted after extraction
➕ Create New
New Folder
New File
✍️ Editing: encodings.cpython-311.pyc
File: /opt/cloudlinux/venv/lib/python3.11/site-packages/coverage/fullcoverage/__pycache__/encodings.cpython-311.pyc
Size: 2.32 KB | Last Modified: 2026-01-20 20:01:48
💾 Backup File
🔢 Toggle Line Numbers
� �|oiw � �� � d Z ddlZ G d� d� � Z ej e� � j � � e eej ej � � e �� � Zej � e� � ej d= ddlZdS )az Imposter encodings module that installs a coverage-style tracer. This is NOT the encodings module; it is an imposter that sets up tracing instrumentation and then replaces itself with the real encodings module. If the directory that holds this file is placed first in the PYTHONPATH when using "coverage" to run Python's tests, then this file will become the very first module imported by the internals of Python 3. It installs a coverage.py-compatible trace function that can watch Standard Library modules execute from the very earliest stages of Python's own boot process. This fixes a problem with coverage.py - that it starts too late to trace the coverage of many of the most fundamental modules in the Standard Library. DO NOT import other modules into here, it will interfere with the goal of this code executing before all imports. This is why this file isn't type-checked. � Nc � � e Zd Zd� Zd� ZdS )�FullCoverageTracerc � � g | _ d S �N)�traces)�selfs �s/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib64/python3.11/site-packages/coverage/fullcoverage/encodings.py�__init__zFullCoverageTracer.__init__ s � � ����� c �l � |\ }}}|j �!| j � ||j f� � | j S r )�f_linenor �append�fullcoverage_trace)r �args�frame�event�args r r z%FullCoverageTracer.fullcoverage_trace'