Drop¶
- class guppylang.std.lang.Drop(*args, **kwargs)[source]¶
Bound to mark generic type parameters as being implicitly droppable.
- __abstractmethods__ = frozenset({})¶
- __init__(*args, **kwargs)¶
- __subclasshook__()¶
Abstract classes can override this to customize issubclass().
This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).