MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / __repr__

Method __repr__

gui/chrome_tabs.py:645–648  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

643 dc.DrawText(text, round(text_start + self.padding), round(height / 2 - ty / 2))
644
645 def __repr__(self):
646 return "_TabRenderer(text={}, disabled={}) at {}".format(
647 self.text, self.disabled, hex(id(self))
648 )
649
650
651class _AddRenderer:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected