| Server IP : 185.143.234.238 / Your IP : 185.215.232.195 Web Server : Apache System : Linux 81-12-52-146.cprapid.com 4.18.0-553.76.1.lve.el8.x86_64 #1 SMP Wed Oct 1 16:05:07 UTC 2025 x86_64 User : noavaranesama ( 1039) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /opt/alt/python-internal/lib64/python3.11/__pycache__/ |
Upload File : |
�
!A?h�4 � �� � d dl Z d dlZd dlZd dlZg d�ZdZdZdZej Z e
ZdZd� Z
G d� d � � Zd
d
e edfd�Zd
d
e eedfd�Zddd
�d�Zedk r ej e� � � � dS dS )� N)�Timer�timeit�repeat�
default_timerz<timeit-src>i@B � z�
def inner(_it, _timer{init}):
{setup}
_t0 = _timer()
for _i in _it:
{stmt}
pass
_t1 = _timer()
return _t1 - _t0
c �<