PK
œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Notice: ob_end_clean(): Failed to delete buffer. No buffer to delete in /home/telusvwg/public_html/da754d/index.php on line 8
| Dir : /opt/cloudlinux/venv/lib64/python3.11/site-packages/gitdb/__pycache__/ |
| Server: Linux premium279.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 IP: 66.29.132.192 |
| Dir : //opt/cloudlinux/venv/lib64/python3.11/site-packages/gitdb/__pycache__/base.cpython-311.pyc |
�
�|oi] � �B � d Z ddlmZ ddlmZmZ dZ G d� de� � Z G d� de� � Z G d � d
e � � Z
G d� de� � Z G d
� de� � Z G d� de � � Z
G d� de
� � Z G d� de� � Z G d� de� � Z G d� de� � ZdS )zPModule with basic data structures - they are designed to be lightweight and fast� ��
bin_to_hex)�type_id_to_type_map�type_to_type_id_map) �OInfo� OPackInfo�ODeltaPackInfo�OStream�OPackStream�ODeltaPackStream�IStream�InvalidOInfo�InvalidOStreamc � � e Zd ZdZ e� � Zd� Zd� Zed� � � Z ed� � � Z
ed� � � Zed� � � Zed� � � Z
d S )
r a� Carries information about an object in an ODB, providing information
about the binary sha of the object, the type_string as well as the uncompressed size
in bytes.
It can be accessed using tuple notation and using attribute access notation::
assert dbi[0] == dbi.binsha
assert dbi[1] == dbi.type
assert dbi[2] == dbi.size
The type is designed to be as lightweight as possible.c �>