morpheus.cli.register_stage#
- partial_pop_kwargs(function, input_dict)[source]#
Binds any matching kwargs in
input_dict
to arguments infunction
. Any that match are popped from the dictionary. Returned value is afunctools.partial
with matching arguments bound