MCPcopy 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

startFunction · 0.80
current_wordFunction · 0.80
current_dict_keyFunction · 0.80
current_dictFunction · 0.80
current_stringFunction · 0.80
current_object_attributeFunction · 0.80
current_from_import_fromFunction · 0.80
current_importFunction · 0.80
current_single_wordFunction · 0.80

Calls 1

promptMethod · 0.95

Tested by 2

decodeFunction · 0.64
setUpClassMethod · 0.64