MCPcopy
hub / github.com/mvdctop/Movie_Data_Capture / debug

Method debug

xlog.py:169–172  ·  view source on GitHub ↗
(self, fmt, *args, **kwargs)

Source from the content-addressed store, hash-verified

167 self.buffer_lock.release()
168
169 def debug(self, fmt, *args, **kwargs):
170 if self.min_level > DEBUG:
171 return
172 self.log('-', self.debug_color, '21610b', fmt, *args, **kwargs)
173
174 def info(self, fmt, *args, **kwargs):
175 if self.min_level > INFO:

Callers 15

get_data_from_jsonFunction · 0.45
core_mainFunction · 0.45
debgFunction · 0.45
sigdebug_handlerFunction · 0.45
movie_listsFunction · 0.45
create_data_and_moveFunction · 0.45
mainFunction · 0.45
get_htmlFunction · 0.45
getFunction · 0.45
postFunction · 0.45

Calls 1

logMethod · 0.95

Tested by

no test coverage detected