⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib64
/
python2.7
/
site-packages
/
psycopg2
/
View File Name :
psycopg1.pyo
� 0��Qc @ s� d Z d d l Z d d l m Z d d l m Z d d l Td d l j Z e Z d � Z d e f d � � YZ d e f d � � YZ d S( s) psycopg 1.1.x compatibility module This module uses the new style connection and cursor types to build a psycopg 1.1.1.x compatibility layer. It should be considered a temporary hack to run old code while porting to psycopg 2. Import it as follows:: from psycopg2 import psycopg1 as psycopg i����N( t cursor( t connection( t *c O s- t | d <t | | � } | j t j � | S( sC connect(dsn, ...) -> new psycopg 1.1.x compatible connection objectt connection_factory( R t _2connectt set_isolation_levelt _extt ISOLATION_LEVEL_READ_COMMITTED( t argst kwargst conn( ( s7 /usr/lib64/python2.7/site-packages/psycopg2/psycopg1.pyt connect'