MCPcopy
hub / github.com/deadc0de6/dotdrop / dry

Method dry

dotdrop/logger.py:84–88  ·  view source on GitHub ↗

dry run log

(self, string, end='\n')

Source from the content-addressed store, hash-verified

82 sys.stderr.write(line)
83
84 def dry(self, string, end='\n'):
85 """dry run log"""
86 cstart = self._color(self.GREEN)
87 cend = self._color(self.RESET)
88 sys.stdout.write(f'{cstart}[DRY] {string} {end}{cend}')
89
90 @classmethod
91 def raw(cls, string, end='\n'):

Callers 14

_descendMethod · 0.80
_removeMethod · 0.80
_replaceMethod · 0.80
_handle_fileMethod · 0.80
_handle_dirMethod · 0.80
_import_to_dotpathMethod · 0.80
executeFunction · 0.80
cmd_importerFunction · 0.80
cmd_removeFunction · 0.80
_link_childrenMethod · 0.80
_symlinkMethod · 0.80

Calls 1

_colorMethod · 0.95

Tested by

no test coverage detected