Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/deadc0de6/dotdrop
/ raw
Method
raw
dotdrop/logger.py:91–93 ·
view source on GitHub ↗
raw log
(cls, string, end='\n')
Source
from the content-addressed store, hash-verified
89
90
@classmethod
91
def
raw(cls, string, end=
'\n'
):
92
""
"raw log"
""
93
sys.stdout.write(f
'{string}{end}'
)
94
95
def
ask(self, query):
96
""
"ask user for confirmation"
""
Callers
4
cmd_importer
Function · 0.80
cmd_list_profiles
Function · 0.80
cmd_files
Function · 0.80
cmd_remove
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected