Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
def
out(text, newLine=True):
14
sys.stdout.write(text)
15
if
newLine:
16
print(
""
)
17
18
19
def
is_python3():
Callers
1
load
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected