MCPcopy Create free account
hub / github.com/ActiveState/code / debug

Method debug

recipes/Python/576887_Shared_Clipboard/recipe-576887.py:85–88  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

83
84class Logger:
85 def debug(self, msg):
86 pass
87 #now = time.localtime(time.time())
88 #print time.strftime("%H%M%S", now) + msg.encode('utf-8')
89my_logger = Logger()
90
91

Callers 15

recipe-577790.jsFile · 0.45
connectionMadeMethod · 0.45
startedConnectingMethod · 0.45
buildProtocolMethod · 0.45
connectionFailedMethod · 0.45
dataReceivedMethod · 0.45
recipe-496870.pyFile · 0.45
addWorkersMethod · 0.45
addJobMethod · 0.45
iterProcessedJobsMethod · 0.45
processMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected