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

Function out

python/splinter/utilities.py:13–16  ·  view source on GitHub ↗
(text, newLine=True)

Source from the content-addressed store, hash-verified

11
12
13def out(text, newLine=True):
14 sys.stdout.write(text)
15 if newLine:
16 print("")
17
18
19def is_python3():

Callers 1

loadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected