MCPcopy Index your code
hub / github.com/RNCryptor/RNCryptor-python / bord

Function bord

rncryptor.py:31–32  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

29 return chr(s)
30
31 def bord(s):
32 return ord(s)
33
34elif PY3:
35 def to_bytes(s):

Callers 2

compare_in_constant_timeFunction · 0.85
post_decrypt_dataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected