Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tgalal/yowsup
/ receive
Method
receive
yowsup/layers/logger/layer.py:11–14 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
9
self.toLower(data)
10
11
def
receive(self, data):
12
ldata = list(data)
if
type(data) is bytearray
else
data
13
logger.debug(
"rx:\n%s"
% ldata)
14
self.toUpper(data)
15
16
def
__str__(self):
17
return
"Logger Layer"
Callers
nothing calls this directly
Calls
1
toUpper
Method · 0.80
Tested by
no test coverage detected