MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / string_to_codes

Function string_to_codes

tensorflow/python/debug/cli/curses_ui_test.py:39–40  ·  view source on GitHub ↗
(cmd)

Source from the content-addressed store, hash-verified

37
38
39def string_to_codes(cmd):
40 return [ord(c) for c in cmd]
41
42
43def codes_to_string(cmd_code):

Calls

no outgoing calls

Tested by

no test coverage detected