MCPcopy
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_importerFunction · 0.80
cmd_list_profilesFunction · 0.80
cmd_filesFunction · 0.80
cmd_removeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected