/opt/cloudlinux/venv/lib/python3.11/site-packages/gitdb
# Copyright (C) 2010, 2011 Sebastian Thiel (byronimo@gmail.com) and contributors # # This module is part of GitDB and is released under # the New BSD License: http://www.opensource.org/licenses/bsd-license.php """Module containing information about types known to the database""" str_blob_type = b'blob' str_commit_type = b'commit' str_tree_type = b'tree' str_tag_type = b'tag'
.
Edit
..
Edit
__init__.py
Edit
__pycache__
Edit
base.py
Edit
const.py
Edit
db
Edit
exc.py
Edit
fun.py
Edit
pack.py
Edit
stream.py
Edit
test
Edit
typ.py
Edit
util.py
Edit
utils
Edit