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
LinkedListIterator
__init__
__next__
next
_next
linkedlist
LinkedList
LinkedListNode
gbp.rpm.linkedlist.LinkedListIterator
gbp
rpm
class LinkedListIterator(collections.abc.Iterator):
View In Hierarchy
Iterator for the linked list
Undocumented