MCPcopy Index your code
hub / github.com/nathom/streamrip / print

Method print

streamrip/exceptions.py:43–48  ·  view source on GitHub ↗

Print a readable version of the exception. :param item:

(self, item)

Source from the content-addressed store, hash-verified

41 super().__init__(self.message)
42
43 def print(self, item):
44 """Print a readable version of the exception.
45
46 :param item:
47 """
48 echo(self.print_msg(item))
49
50 def print_msg(self, item) -> str:
51 """Return a generic readable message.

Callers 15

ripFunction · 0.80
urlFunction · 0.80
fileFunction · 0.80
config_openFunction · 0.80
config_resetFunction · 0.80
config_pathFunction · 0.80
database_browseFunction · 0.80
searchFunction · 0.80
add_allMethod · 0.80
search_interactiveMethod · 0.80
search_take_firstMethod · 0.80
search_output_fileMethod · 0.80

Calls 1

print_msgMethod · 0.95

Tested by

no test coverage detected