Skip to content
Commit 99c3043f authored by Damian Johnson's avatar Damian Johnson
Browse files

Type hints

Now that we require Python 3.5 our library can provide type hints for our IDE
users...

  https://docs.python.org/3/library/typing.html

Needless to say this is a large overhaul. Dynamic return types and our
custom enumerations are incompatible with formal typing, and will get
removed from our library in the future.
parents d1174a83 13e401de
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment