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
mypy.util.IdMapper
mypy
util
IdMapper
class IdMapper: (source)
View In Hierarchy
Generate integer ids for objects.
Unlike id(), these start from 0 and increment by 1, and ids won't get reused across the life-time of IdMapper.
Assume objects don't redefine __eq__ or __hash__.
__init__
id
id_map
next_id
Undocumented
object
int
Dict[object, int]