Server IP : 192.158.238.246 / Your IP : 18.118.37.224 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/cloudlinux/venv/lib/python3.11/site-packages/gitdb/db/__pycache__/ |
Upload File : |
� ��bgk# � �� � d Z ddlmZmZmZ ddlmZ ddlmZm Z ddl mZ ddlm Z dZ G d� d � � Z G d � d� � Z G d� d � � Z G d� d� � Zd� Z G d� deee� � ZdS )z8Contains implementations of database retrieveing objects� )�join� LazyMixin� hex_to_bin)� force_text)� BadObject�AmbiguousObjectName)�chain)�reduce)� ObjectDBR� ObjectDBW� FileDBBase� CompoundDB� CachingDBc �6 � e Zd ZdZd� Zd� Zd� Zd� Zd� Zd� Z dS ) r zkDefines an interface for object database lookup. Objects are identified either by their 20 byte bin shac � � | j S �N)�has_obj��self�shas �^/builddir/build/BUILD/cloudlinux-venv-1.0.7/venv/lib/python3.11/site-packages/gitdb/db/base.py�__contains__zObjectDBR.__contains__ s � ��|�� c � � t d� � �)z� Whether the object identified by the given 20 bytes binary sha is contained in the database :return: True if the object identified by the given 20 bytes binary sha is contained in the database�To be implemented in subclass��NotImplementedErrorr s r � has_objectzObjectDBR.has_object"