MCPcopy Create free account
hub / github.com/bgrimstad/splinter / get_py_string

Function get_py_string

python/splinter/utilities.py:30–31  ·  view source on GitHub ↗
(c_string)

Source from the content-addressed store, hash-verified

28
29
30def get_py_string(c_string):
31 return str(c_string)
32
33
34def is_string(py_string):

Callers 1

_callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected