Files
flatbuffers/tests/MyGame
Felix c15fe421ba Use correct default type for str (#8623)
* [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
2025-07-04 23:47:36 +00:00
..
2025-02-10 20:25:03 -08:00
2015-05-12 15:40:29 -07:00
2025-02-10 20:25:03 -08:00
2025-02-10 20:25:03 -08:00
2025-02-10 20:25:03 -08:00
2022-12-22 20:51:39 +00:00