MCPcopy Index your code
hub / github.com/httpie/cli / filter

Method filter

httpie/plugins/manager.py:56–57  ·  view source on GitHub ↗
(self, by_type=Type[BasePlugin])

Source from the content-addressed store, hash-verified

54 self.remove(plugin)
55
56 def filter(self, by_type=Type[BasePlugin]):
57 return [plugin for plugin in self if issubclass(plugin, by_type)]
58
59 def iter_entry_points(self, directory: Optional[Path] = None):
60 with enable_plugins(directory):

Callers 4

get_auth_pluginsMethod · 0.95
get_formattersMethod · 0.95
get_convertersMethod · 0.95
get_transport_pluginsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected