Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/sync_gateway
/ log
Function
log
tools/tasks.py:114–116 ·
view source on GitHub ↗
(message, end="\n")
Source
from the content-addressed store, hash-verified
112
113
114
def
log(message, end=
"\n"
):
115
sys.stderr.write(message + end)
116
sys.stderr.flush()
117
118
119
class
Task(object):
Callers
8
main
Function · 0.90
_process_file
Method · 0.85
__init__
Method · 0.85
collect_file
Method · 0.85
log_result
Method · 0.85
run
Method · 0.85
do_upload
Function · 0.85
generate_upload_url
Function · 0.85
Calls
1
flush
Method · 0.80
Tested by
no test coverage detected