sandboxed-api/sandboxed_api/tools/generator2
Sandboxed API Team 6332df5ef6 Fix or ignore type errors generated by the next release of pytype.
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
2020-02-25 01:15:54 -08:00
..
testdata Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
BUILD Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
build_test.sh Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
code_test_util.py Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
code_test.py Update license header with recommended best practices 2020-01-17 05:05:29 -08:00
code.py Fix or ignore type errors generated by the next release of pytype. 2020-02-25 01:15:54 -08:00
sapi_generator.py Update license header with recommended best practices 2020-01-17 05:05:29 -08:00