MCPcopy
hub / github.com/tirth8205/code-review-graph / TC

Function TC

diagrams/generate_diagrams.py:91–94  ·  view source on GitHub ↗

Text centered horizontally at cx.

(cx, y, s, fs=20, **k)

Source from the content-addressed store, hash-verified

89 return e
90
91def TC(cx, y, s, fs=20, **k):
92 """Text centered horizontally at cx."""
93 w = _tw(s, fs)
94 return T(cx - w/2, y, s, fs, **k)
95
96def save(name, els):
97 with open(name, 'w') as f:

Callers 9

d1Function · 0.85
d2Function · 0.85
d3Function · 0.85
d4Function · 0.85
d5Function · 0.85
d6Function · 0.85
d7Function · 0.85
d8Function · 0.85
d9Function · 0.85

Calls 2

_twFunction · 0.85
TFunction · 0.85

Tested by

no test coverage detected