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
locked_index
__enter__
__exit__
__init__
_file
_index
_path
index
Index
UnsupportedIndexFormat
WindowsSymlinkPermissionError
blob_from_path_and_mode
blob_from_path_and_stat
build_file_from_blob
build_index_from_tree
changes_from_tree
cleanup_mode
commit_index
commit_tree
get_unstaged_changes
index_entry_from_directory
index_entry_from_path
index_entry_from_stat
iter_fresh_entries
iter_fresh_objects
pathjoin
pathsplit
read_cache_entry
read_cache_time
read_index
read_index_dict
read_submodule_head
refresh_index
symlink
validate_path
validate_path_element_default
validate_path_element_ntfs
write_cache_entry
write_cache_time
write_index
write_index_dict
_fs_to_tree_path
_has_directory_changed
_tree_to_fs_path
DEFAULT_VERSION
EXTENDED_FLAG_INTEND_TO_ADD
EXTENDED_FLAG_SKIP_WORKTREE
FLAG_EXTENDED
FLAG_STAGEMASK
FLAG_VALID
INVALID_DOTNAMES
IndexEntry
os_sep_bytes
dulwich.index.locked_index
dulwich
class locked_index(object):
View In Hierarchy
Lock the index while making modifications.
Works as a context manager.
Undocumented
Union[bytes, str]