• Julian Gethmann's avatar
    WIP: Add mypy tag to pure_py3.py · b32c334a
    Julian Gethmann authored
    * Add `mypy` as a tag to the `pure_py3.py` test module.
    * Add type hint for MyStruct2 in pure_py3 test, because MyStruct2 is of type
      `cython.typedef` instead of `cython.StructType`, so one needs to explicitly
      provide its type.
    b32c334a
pure_py3.py 2.09 KB