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
UnexpectedCommandError
__init__
__eq__
errors
ApplyDeltaError
ChecksumMismatch
CommitError
FileFormatException
GitProtocolError
HangupException
HookError
MissingCommitError
NoIndexPresent
NotBlobError
NotCommitError
NotGitRepository
NotTagError
NotTreeError
ObjectFormatException
ObjectMissing
PackedRefsException
RefFormatError
SendPackError
UpdateRefsError
WrongObjectException
dulwich.errors.UnexpectedCommandError
dulwich
class UnexpectedCommandError(GitProtocolError):
View In Hierarchy
Unexpected command received in a proto line.
Inherited from GitProtocolError:
dulwich.errors.GitProtocolError.__init__
Undocumented