Singletons
Opened this issue · 0 comments
boisgera commented
Complement types
modules with singletons
with the symbols of the constructors with no arguments, not as functions but as singletons. Importing * would shadow the function version. If the user prefer tests with is
in this case rather than isinstance
and does not want to invoke a function without parameter in the construction, that would do the trick.