Accept None as argument in `get_handle` and `get_implementation`
It simplifies writing glue code on handle-implementation border. When some implementation object returns optionally another implementation object, glue-code will have to checks if object is None and then skip conversion. Now it will work without any additional checks on user site.
Loading
Please sign in to comment