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

Method _dbg

dotdrop/cfg_yaml.py:1858–1861  ·  view source on GitHub ↗
(self, content)

Source from the content-addressed store, hash-verified

1856 self._dbg(f' - \"{k}\": {val}')
1857
1858 def _dbg(self, content):
1859 directory = os.path.basename(os.path.dirname(self._path))
1860 pre = os.path.join(directory, os.path.basename(self._path))
1861 self._log.dbg(f'[{pre}] {content}')
1862
1863 def _save_uservariables(self, uvars):
1864 """save uservariables to file"""

Callers 15

__init__Method · 0.95
resolve_dotfile_srcMethod · 0.95
resolve_dotfile_dstMethod · 0.95
_update_dotfile_chmodMethod · 0.95
add_dotfileMethod · 0.95
del_dotfileMethod · 0.95
saveMethod · 0.95
_resolve_profile_allMethod · 0.95

Calls 1

dbgMethod · 0.80

Tested by

no test coverage detected