2018-10-12 10:06:49 +02:00
|
|
|
config BR2_PACKAGE_PYTHON_TYPING
|
|
|
|
bool "python-typing"
|
|
|
|
depends on BR2_PACKAGE_PYTHON
|
|
|
|
help
|
2018-10-31 09:42:07 +01:00
|
|
|
Type Hints for Python. This is a backport of the standard
|
|
|
|
library typing module to Python versions older than 3.5.
|
2018-10-12 10:06:49 +02:00
|
|
|
|
|
|
|
https://docs.python.org/3/library/typing.html
|