Searched refs:find_matching_overload_item (Results 1 – 1 of 1) sorted by relevance
497 item = find_matching_overload_item(overloaded, template)577 def find_matching_overload_item(overloaded: Overloaded, template: CallableType) -> CallableType: function