⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3.12
/
__pycache__
/
View File Name :
trace.cpython-312.pyc
CRhr d Z ddgZddlZddlZddlZddlZddlZddlZddlZddl Z ddl Z ddlZddlZddl mZ ddlZdZ G d d Zd Zd Z G d d Zd Zd ZddZd Z G d d Zd Zedk( r e yy)a program/module to trace Python program or function execution Sample use, command line: trace.py -c -f counts --ignore-dir '$prefix' spam.py eggs trace.py -t --ignore-dir '$prefix' spam.py eggs trace.py --trackcalls spam.py eggs Sample use, programmatically import sys # create a Trace object, telling it what to ignore, and whether to # do tracing or line-counting or both. tracer = trace.Trace(ignoredirs=[sys.base_prefix, sys.base_exec_prefix,], trace=0, count=1) # run the new command using the given tracer tracer.run('main()') # make a report, placing output in /tmp r = tracer.results() r.write_results(show_missing=True, coverdir="/tmp") TraceCoverageResults N) monotonicz#pragma NO COVERc e Zd ZddZd Zy)_IgnoreNc |s t n t | | _ |sg n,|D cg c]! }t j j | # c}| _ ddi| _ y c c}w )Nz
)set_modsospathnormpath_dirs_ignore)selfmodulesdirsds /usr/lib/python3.12/trace.py__init__z_Ignore.__init__F sW ")SUs7| #R37*937a +-''*:*:1*=37*9 #Q(*9s &Ac || j v r| j | S || j v rd| j |<