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