관리-도구
편집 파일: encodings.cpython-311.pyc
� �܋fw � �� � 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 �r/builddir/build/BUILD/cloudlinux-venv-1.0.6/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'