HEX
Server: LiteSpeed
System: Linux kapuas.iixcp.rumahweb.net 5.14.0-427.42.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 14:58:02 EDT 2024 x86_64
User: mirz4654 (1666)
PHP: 8.1.33
Disabled: system,exec,escapeshellarg,escapeshellcmd,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,popen,pclose,dl,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setsid,posix_setuid,posix_setpgid,ini_alter,show_source,define_syslog_variables,symlink,syslog,openlog,openlog,closelog,ocinumcols,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dll,ftp,myshellexec,socket_bind,mail,posix_getwpuid
Upload Files
File: //opt/alt/python27/lib64/python2.7/bsddb/dbutils.pyo
�
3Y~gc@soddlmZddlZejddkZer@ddUnddlZddZdZdZ
d	�ZdS(
i����(tsleepNiisfrom . import dbg�?i�gn��!	@cOs�t}|jdd�}d|kr.|d=nx�tr�y|||�SWq1tjk
r�trutjd|�nt|�|d9}|tkr�t}n|d8}|dkr��q�q1Xq1WdS(s?DeadlockWrap(function, *_args, **_kwargs) - automatically retries
    function in case of a database deadlock.

    This is a function intended to be used to wrap database calls such
    that they perform retrys with exponentially backing off sleeps in
    between when a DBLockDeadlockError exception is raised.

    A 'max_retries' parameter may optionally be passed to prevent it
    from retrying forever (in which case the exception will be reraised).

        d = DB(...)
        d.open(...)
        DeadlockWrap(d.put, "foo", data="bar")  # set key "foo" to "bar"
    tmax_retriesi����s%dbutils.DeadlockWrap: sleeping %1.3f
iiN(	t_deadlock_MinSleepTimetgettTruetdbtDBLockDeadlockErrort_deadlock_VerboseFiletwritet_sleept_deadlock_MaxSleepTime(tfunctiont_argst_kwargst	sleeptimeR((s2/opt/alt/python27/lib64/python2.7/bsddb/dbutils.pytDeadlockWrap/s$
	

	
(ttimeRR	tsystversion_infotabsolute_importRRR
tNoneRR(((s2/opt/alt/python27/lib64/python2.7/bsddb/dbutils.pyt<module>s