Archives June 2023
What is Pythonic Typing for "There exists some plugin that provides an Adapter for X"
Written by
on
in
Snaking.
So starting to think about a PyOpenGL 4.x release, which would be first to drop Python 2.7 support, so the first one where type-hints can be used to declare metadata for type-coercion (vs the current nonstandard type declarations). The first big question that comes up is:
Given an open collection of types {A,B,C,...}
And a ...