bigxml
bigxml copied to clipboard
feat: support `functools.partial` handlers
This PR introduces functools.partial
usage in order to pass arbitrary arguments to handlers.
Every handler type can easily be wrapped.
The usage can be tested as described in the docs