MCPcopy Create free account
hub / github.com/CaliDog/certstream-python / __init__

Method __init__

examples/gui.py:308–310  ·  view source on GitHub ↗
(self, label, on_press=None, user_data=None)

Source from the content-addressed store, hash-verified

306 button_right = Text("")
307
308 def __init__(self, label, on_press=None, user_data=None):
309 self.user_data = user_data
310 super(FauxButton, self).__init__(label, on_press, user_data)
311
312
313class SidelessLineBox(WidgetDecoration, WidgetWrap):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected