MCPcopy Create free account
hub / github.com/Royalvice/DocDiff / print

Method print

src/config.py:17–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15 return None
16
17 def print(self):
18 print('Model configurations:')
19 print('---------------------------------')
20 print(self._yaml)
21 print('')
22 print('---------------------------------')
23 print('')
24
25
26def load_config(path):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected