MCPcopy
hub / github.com/httpie/cli / __str__

Method __str__

httpie/plugins/manager.py:112–118  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

110 return self.filter(TransportPlugin)
111
112 def __str__(self):
113 return repr_dict({
114 'adapters': self.get_transport_plugins(),
115 'auth': self.get_auth_plugins(),
116 'converters': self.get_converters(),
117 'formatters': self.get_formatters(),
118 })
119
120 def __repr__(self):
121 return f'<{type(self).__name__} {self}>'

Callers

nothing calls this directly

Calls 5

get_transport_pluginsMethod · 0.95
get_auth_pluginsMethod · 0.95
get_convertersMethod · 0.95
get_formattersMethod · 0.95
repr_dictFunction · 0.85

Tested by

no test coverage detected