xref
: /
external
/
python
/
cpython3
/
Lib
/
lib2to3
/
tests
/
__main__.py
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
from
.
import
load_tests
2
import
unittest
3
4
unittest
.
main
()
5