Skip to content

Fix type errors in DLL library

Will Vadocz requested to merge dll-typecheck into master

By choosing different but equivalent conditions, mypy is able to verify that accesses to properties of nodes are valid. Alternatively, assertions could be used. For example: assert self.tail is not None.

Merge request reports