OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:collections
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
typecheck.py
18
import
collections
.abc
namespace
30
if base ==
collections
.abc.Mapping or base == typing.Mapping:
31
if not isinstance(value,
collections
.abc.Mapping):
39
elif base ==
collections
.abc.Sequence or base == typing.Sequence:
/src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
frames.py
19
import
collections
namespace
193
sliced =
collections
.deque()
/src/external/mpl/bind/dist/bin/tests/system/isctest/hypothesis/
strategies.py
16
import
collections
.abc
namespace
41
suffix: dns.name.Name |
collections
.abc.Iterable[dns.name.Name] = dns.name.root,
80
if isinstance(suffix,
collections
.abc.Iterable):
/src/external/mpl/bind/dist/bin/tests/system/selftest/
tests_zone_analyzer.py
19
import
collections
namespace
174
categories =
collections
.defaultdict(set)
/src/external/mpl/dhcp/dist/common/
parse.c
39
struct collection *
collections
= &default_collection;
variable in typeref:struct:collection
3587
for (col =
collections
; col; col = col -> next)
/src/external/mpl/bind/dist/contrib/gitchangelog/
gitchangelog.py
43
import
collections
namespace
1796
sections =
collections
.defaultdict(list)
Completed in 20 milliseconds
Indexes created Wed Aug 26 00:26:28 UTC 2026