MCPcopy Index your code
hub / github.com/rawpython/remi / bytetonum

Method bytetonum

remi/server.py:154–157  ·  view source on GitHub ↗
(b)

Source from the content-addressed store, hash-verified

152
153 @staticmethod
154 def bytetonum(b):
155 if pyLessThan3:
156 b = ord(b)
157 return b
158
159 def read_next_message(self):
160 # noinspection PyBroadException

Callers 1

read_next_messageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected