Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ start
Method
start
bpython/urwid.py:950–951 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
948
signal.signal(signal.SIGINT, orig_handler)
949
950
def
start(self):
951
self.prompt(False)
952
953
def
keyboard_interrupt(self):
954
# If the user is currently editing, interrupt him. This
Callers
15
start
Function · 0.80
current_word
Function · 0.80
current_dict_key
Function · 0.80
current_dict
Function · 0.80
current_string
Function · 0.80
current_object_attribute
Function · 0.80
current_from_import_from
Function · 0.80
current_from_import_import
Function · 0.80
current_import
Function · 0.80
current_method_definition_name
Function · 0.80
current_single_word
Function · 0.80
current_expression_attribute
Function · 0.80
Calls
1
prompt
Method · 0.95
Tested by
2
decode
Function · 0.64
setUpClass
Method · 0.64