We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Type[]
delegate
Currently, we cannot express something like:
@some.instance(Type[MyClass], delegate=MyDelegate) def _some_type_myclass(instance: Type[MyClass]) -> int: ...
We can only dispatch on type and that's it. I think that this feature is useful.
type
Related #264 Related #274