Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
class
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')
89
my_logger = Logger()
90
91
Callers
15
recipe-577790.js
File · 0.45
connectionMade
Method · 0.45
startedConnecting
Method · 0.45
buildProtocol
Method · 0.45
clientConnectionFailed
Method · 0.45
connectionFailed
Method · 0.45
dataReceived
Method · 0.45
recipe-496870.py
File · 0.45
addWorkers
Method · 0.45
addJob
Method · 0.45
iterProcessedJobs
Method · 0.45
process
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected