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
TreeChange
add
delete
diff_tree
RenameDetector
tree_changes
tree_changes_for_merge
walk_trees
_all_eq
_all_same
_common_bytes
_count_blocks
_is_tree
_merge_entries
_similarity_score
_skip_tree
_tree_change_key
_tree_entries
CHANGE_ADD
CHANGE_COPY
CHANGE_DELETE
CHANGE_MODIFY
CHANGE_RENAME
CHANGE_UNCHANGED
MAX_FILES
RENAME_CHANGE_TYPES
RENAME_THRESHOLD
REWRITE_THRESHOLD
_BLOCK_SIZE
_MAX_SCORE
_NULL_ENTRY
dulwich.diff_tree.TreeChange
dulwich
class TreeChange(namedtuple('TreeChange', ['type', 'old', 'new'])):
View In Hierarchy
Named tuple a single change between two trees.
Undocumented