MCPcopy Index your code
hub / github.com/rawpython/remi / __init__

Method __init__

remi/gui.py:4859–4863  ·  view source on GitHub ↗
(self, x=10, y=10, text='svg text', *args, **kwargs)

Source from the content-addressed store, hash-verified

4857 def attr_dominant_baseline(self): del self.style['dominant-baseline']
4858
4859 def __init__(self, x=10, y=10, text='svg text', *args, **kwargs):
4860 super(SvgText, self).__init__(*args, **kwargs)
4861 self.type = 'text'
4862 self.set_position(x, y)
4863 self.set_text(text)
4864
4865
4866class SvgPath(Widget, _MixinSvgStroke, _MixinSvgFill, _MixinTransformable):

Callers

nothing calls this directly

Calls 3

__init__Method · 0.45
set_positionMethod · 0.45
set_textMethod · 0.45

Tested by

no test coverage detected