Server IP : 111.118.215.189 / Your IP : 216.73.216.126 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/lib/python2.7/site-packages/pyzor/engines/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
� YF�Tc @ s� d Z d d l m Z d d l m Z d d l m Z d d l m Z d g Z i e j d 6e j d 6e j d 6e j d 6Z d S( s Database backends for pyzord. The database class must expose a dictionary-like interface, allowing access via __getitem__, __setitem__, and __delitem__. The key will be a forty character string, and the value should be an instance of the Record class. If the database backend cannot store the Record objects natively, then it must transparently take care of translating to/from Record objects in __setitem__ and __getitem__. The database class should take care of expiring old values at the appropriate interval. i����( t gdbm_( t mysql( t redis_( t redis_v0t database_classest gdbmR R t redisN( t __doc__t pyzor.enginesR R R R t __all__t handleR ( ( ( s: /usr/lib/python2.7/site-packages/pyzor/engines/__init__.pyt <module> s