MCPcopy
hub / github.com/catppuccin/catppuccin / __init__

Method __init__

samples/python1.py:210–212  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

208 may_change_files = False
209
210 def __init__(self, *args, **kwargs):
211 self.settings = get_settings()
212 super(VcsCommand, self).__init__(*args, **kwargs)
213
214 def log(self, *args, **kwargs):
215 return log(settings=self.settings, *args, **kwargs)

Callers 1

__init__Method · 0.45

Calls 1

get_settingsFunction · 0.85

Tested by

no test coverage detected