This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
Releases: mpyw/cowitter
Releases · mpyw/cowitter
v1.0.5
v1.0.4
v1.0.3
Support for complex callable
Conventionally supported:
- Function name string
- Closure instance
Newly supported:
- Static method name string
- Array of instance and instance method name string
- Array of class name string and static method name string
- Invokable instance (implements __invoke)