MCPcopy
hub / github.com/tgalal/yowsup / toUpper

Method toUpper

yowsup/layers/__init__.py:77–79  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

75 self.toUpper(data)
76
77 def toUpper(self, data):
78 if self.__upper:
79 self.__upper.receive(data)
80
81 def toLower(self, data):
82 self.lock.acquire()

Callers 15

receiveMethod · 0.95
receiveMethod · 0.80
handleStreamFeaturesMethod · 0.80
handleSuccessMethod · 0.80
handleFailureMethod · 0.80
handleStreamErrorMethod · 0.80
receiveMethod · 0.80
onStreamErrorMethod · 0.80
onCreateGroupSuccessMethod · 0.80
onCreateGroupFailedMethod · 0.80
onSetSubjectSuccessMethod · 0.80
onSetSubjectFailedMethod · 0.80

Calls 1

receiveMethod · 0.45

Tested by

no test coverage detected