mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
6332df5ef6
The next release contains one major change: for function parameter annotations, pytype will no longer treat (x: X = None) as equivalent to (x: Optional[X] = None). This pytype behavior was based on an outdated version of the type-checking spec. Annotations that were relying on the behavior now need to explicitly declare themselves as Optional. PiperOrigin-RevId: 297065077 Change-Id: Iade679e5928bb3839485e8b8571945456ba6e982 |
||
---|---|---|
.. | ||
testdata | ||
BUILD | ||
build_test.sh | ||
code_test_util.py | ||
code_test.py | ||
code.py | ||
sapi_generator.py |