Beispiel #1
0
 def __init__(self):
     """Prompt for a Python expression."""
     elinks.input_box("Enter Python expression", self._callback, "Console")
Beispiel #2
0
 def __init__(self):
     """Prompt for a Python expression."""
     elinks.input_box("Enter Python expression", self._callback, "Console")
Beispiel #3
0
 def __init__(self):
     """Prompt for a URL."""
     elinks.input_box("Enter URL", self._callback, title="Go to URL")
Beispiel #4
0
 def __init__(self):
     """Prompt for a URL."""
     elinks.input_box("Enter URL", self._callback, title="Go to URL")