MCPcopy Index your code
hub / github.com/CaliDog/certstream-python / __init__

Method __init__

examples/gui.py:290–291  ·  view source on GitHub ↗
(self, text, cursor_position)

Source from the content-addressed store, hash-verified

288
289class Selector(urwid.SelectableIcon):
290 def __init__(self, text, cursor_position):
291 super(Selector, self).__init__(text, cursor_position)
292
293import logging
294logging.basicConfig(filename='out.log', level=logging.DEBUG)

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected