MCPcopy
hub / github.com/waditu/tushare / push_error

Method push_error

tushare/util/demjson.py:2341–2344  ·  view source on GitHub ↗

Create an error.

(self, message, *args, **kwargs)

Source from the content-addressed store, hash-verified

2339 self.__push_err( message, *args, **kwargs)
2340
2341 def push_error(self, message, *args, **kwargs):
2342 """Create an error."""
2343 kwargs['severity'] = 'error'
2344 self.__push_err( message, *args, **kwargs)
2345
2346 def push_warning(self, message, *args, **kwargs):
2347 """Create a warning."""

Callers 9

decode_nullMethod · 0.80
decode_booleanMethod · 0.80
decode_numberMethod · 0.80
decode_stringMethod · 0.80
decode_identifierMethod · 0.80
skip_commentMethod · 0.80
decode_compositeMethod · 0.80
decodeobjMethod · 0.80
_do_decodeMethod · 0.80

Calls 1

__push_errMethod · 0.95

Tested by

no test coverage detected