Search bar offers the following options:
+foo bar -baz
foo*
+qname:twisted.mail.* +search
Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.
foo~1
Results provided by Lunr.js
SHA1Writer
__init__
close
offset
tell
write
write_sha
f
length
sha1
pack
DeltaChainIterator
FilePackIndex
MemoryPackIndex
Pack
PackChunkGenerator
PackData
PackIndex
PackIndex1
PackIndex2
PackIndexer
PackInflater
PackStreamCopier
PackStreamReader
SHA1Reader
UnpackedObject
PackFileDisappeared
_PackTupleIterable
apply_delta
bisect_find_sha
chunks_length
compute_file_sha
create_delta
deltify_pack_objects
iter_sha1
load_pack_index
load_pack_index_file
obj_sha
pack_header_chunks
pack_object_chunks
pack_object_header
pack_objects_to_data
read_pack_header
read_zlib_chunks
take_msb_bytes
unpack_object
write_pack
write_pack_data
write_pack_header
write_pack_index_v1
write_pack_index_v2
write_pack_object
write_pack_objects
_compute_object_size
_delta_encode_size
_encode_copy_operation
_load_file_contents
DEFAULT_PACK_DELTA_WINDOW_SIZE
DELTA_TYPES
OFS_DELTA
REF_DELTA
has_mmap
_MAX_COPY_LEN
_ZLIB_BUFSIZE
dulwich.pack.SHA1Writer
dulwich
class SHA1Writer(object):
View In Hierarchy
Wrapper for file-like object that remembers the SHA1 of its data.
Undocumented
int