mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
* [Python] Use correct type for str with None Otherwise mypy will correctly flag code like this def __init__(self): self.fooBar = None # type: Optional[str] error: Incompatible types in assignment (expression has type "None", variable has type "str") * [Python] Make list type optional as they can contain None |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| Any.py | ||
| Any.pyi | ||
| Color.py | ||
| Color.pyi | ||
| NestedUnionTest.py | ||
| NestedUnionTest.pyi | ||
| Test.py | ||
| Test.pyi | ||
| TestSimpleTableWithEnum.py | ||
| TestSimpleTableWithEnum.pyi | ||
| Vec3.py | ||
| Vec3.pyi | ||