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

Function bchr

rncryptor.py:28–29  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

26 to_str = to_bytes
27
28 def bchr(s):
29 return chr(s)
30
31 def bord(s):
32 return ord(s)

Callers 1

pre_encrypt_dataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected