OpenGrok
Cross Reference: test_functools.py
xref
: /
external
/
python
/
cpython3
/
Lib
/
test
/
test_functools.py
Home
|
History
|
Annotate
|
Download
|
only in
test
Lines Matching
refs:domain
1150
domain
= range(5)
1152
x, y = choice(
domain
), choice(
domain
)