MCPcopy Index your code
hub / github.com/initialcommit-com/git-sim / construct

Method construct

src/git_sim/config.py:38–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36 self.cmd += f"{type(self).__name__.lower()} {' '.join(self.settings)}"
37
38 def construct(self):
39 if not settings.stdout and not settings.output_only_path and not settings.quiet:
40 print(f"{settings.INFO_STRING} {self.cmd}")
41
42 self.show_intro()
43 self.add_details()
44 self.recenter_frame()
45 self.scale_frame()
46 self.fadeout()
47 self.show_outro()
48
49 def add_details(self):
50 down_shift = m.DOWN * 0.5

Callers

nothing calls this directly

Calls 6

add_detailsMethod · 0.95
show_introMethod · 0.80
recenter_frameMethod · 0.80
scale_frameMethod · 0.80
fadeoutMethod · 0.80
show_outroMethod · 0.80

Tested by

no test coverage detected