MCPcopy
hub / github.com/JustAnotherArchivist/snscrape / warning

Method warning

snscrape/_cli.py:33–34  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

31 super().log(level, f'Dumped stack and locals to {name}')
32
33 def warning(self, *args, **kwargs):
34 self._log_with_stack(logging.WARNING, *args, **kwargs)
35
36 def error(self, *args, **kwargs):
37 self._log_with_stack(logging.ERROR, *args, **kwargs)

Callers 15

get_itemsMethod · 0.80
_soup_to_itemsMethod · 0.80
get_itemsMethod · 0.80
get_itemsMethod · 0.80
_soup_to_itemsMethod · 0.80
get_itemsMethod · 0.80
_get_entityMethod · 0.80
_date_span_to_dateMethod · 0.80
_post_div_to_itemMethod · 0.80
get_itemsMethod · 0.80
_get_entityMethod · 0.80
_from_policyMethod · 0.80

Calls 1

_log_with_stackMethod · 0.95

Tested by

no test coverage detected