Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
W
|
Z
A
actions() (mu.modes.base.BaseMode method)
(mu.modes.debugger.DebugMode method)
(mu.modes.microbit.MicrobitMode method)
(mu.modes.pygamezero.PyGameZeroMode method)
(mu.modes.python3.PythonMode method)
add_data() (mu.interface.panes.PlotterPane method)
add_debug_inspector() (mu.interface.main.Window method)
add_filesystem() (mu.interface.main.Window method)
add_fs() (mu.modes.microbit.MicrobitMode method)
add_jupyter_repl() (mu.interface.main.Window method)
add_micropython_plotter() (mu.interface.main.Window method)
add_micropython_repl() (mu.interface.main.Window method)
add_plotter() (mu.interface.main.Window method)
(mu.modes.base.BaseMode method)
(mu.modes.base.MicroPythonMode method)
(mu.modes.python3.PythonMode method)
add_python3_plotter() (mu.interface.main.Window method)
add_python3_runner() (mu.interface.main.Window method)
add_repl() (mu.interface.main.Window method)
(mu.modes.base.MicroPythonMode method)
(mu.modes.python3.PythonMode method)
add_tab() (mu.interface.main.Window method)
addAction() (mu.interface.main.ButtonBar method)
AdminDialog (class in mu.interface.dialogs)
annotate_code() (mu.interface.editor.EditorPane method)
(mu.interface.main.Window method)
api() (mu.modes.base.BaseMode method)
(mu.modes.debugger.DebugMode method)
(mu.modes.microbit.MicrobitMode method)
(mu.modes.pygamezero.PyGameZeroMode method)
(mu.modes.python3.PythonMode method)
append() (mu.interface.panes.PythonProcessPane method)
append_data() (mu.interface.dialogs.PackageDialog method)
autosave() (mu.logic.Editor method)
B
backspace() (mu.interface.panes.PythonProcessPane method)
BaseMode (class in mu.modes.base)
Breakpoint (class in mu.debugger.client)
breakpoint() (mu.debugger.client.Debugger method)
breakpoints() (mu.debugger.client.Debugger method)
builtins (mu.modes.base.BaseMode attribute)
button_continue() (mu.modes.debugger.DebugMode method)
button_step_in() (mu.modes.debugger.DebugMode method)
button_step_out() (mu.modes.debugger.DebugMode method)
button_step_over() (mu.modes.debugger.DebugMode method)
button_stop() (mu.modes.debugger.DebugMode method)
ButtonBar (class in mu.interface.main)
C
change_mode() (mu.interface.main.Window method)
(mu.logic.Editor method)
change_tab() (mu.interface.main.FileTabs method)
check_code() (mu.logic.Editor method)
check_flake() (in module mu.logic)
check_for_shadow_module() (mu.logic.Editor method)
check_pycodestyle() (in module mu.logic)
check_usb() (mu.logic.Editor method)
clear() (mu.interface.panes.MicroPythonREPLPane method)
clear_breakpoint() (mu.debugger.client.Debugger method)
clear_input_line() (mu.interface.panes.PythonProcessPane method)
ClientClose
close_serial_link() (mu.interface.main.Window method)
command_buffer() (in module mu.debugger.runner)
CommandBufferHandler (class in mu.debugger.client)
configure() (mu.interface.editor.EditorPane method)
connect() (mu.interface.main.ButtonBar method)
connect_find_replace() (mu.interface.main.Window method)
connect_logs() (mu.interface.main.StatusBar method)
connect_margin() (mu.interface.editor.EditorPane method)
connect_mode() (mu.interface.main.StatusBar method)
connect_tab_rename() (mu.interface.main.Window method)
connect_toggle_comments() (mu.interface.main.Window method)
connect_zoom() (mu.interface.main.Window method)
ConnectionNotBootstrapped
context_menu() (mu.interface.panes.MicroPythonREPLPane method)
(mu.interface.panes.PythonProcessPane method)
contextMenuEvent() (mu.interface.panes.LocalFileList method)
(mu.interface.panes.MicroPythonDeviceFileList method)
ContrastTheme (class in mu.interface.themes)
copy_main() (mu.modes.microbit.MicrobitMode method)
create_breakpoint() (mu.debugger.client.Debugger method)
CssLexer (class in mu.interface.editor)
current_tab() (mu.interface.main.Window property)
D
DayTheme (class in mu.interface.themes)
debug() (in module mu.app)
(mu.modes.python3.PythonMode method)
debug_on_bootstrap() (mu.modes.debugger.DebugMode method)
debug_on_breakpoint_clear() (mu.modes.debugger.DebugMode method)
debug_on_breakpoint_disable() (mu.modes.debugger.DebugMode method)
debug_on_breakpoint_enable() (mu.modes.debugger.DebugMode method)
debug_on_breakpoint_ignore() (mu.modes.debugger.DebugMode method)
debug_on_call() (mu.modes.debugger.DebugMode method)
debug_on_error() (mu.modes.debugger.DebugMode method)
debug_on_exception() (mu.modes.debugger.DebugMode method)
debug_on_fail() (mu.modes.debugger.DebugMode method)
debug_on_finished() (mu.modes.debugger.DebugMode method)
debug_on_info() (mu.modes.debugger.DebugMode method)
debug_on_line() (mu.modes.debugger.DebugMode method)
debug_on_postmortem() (mu.modes.debugger.DebugMode method)
debug_on_restart() (mu.modes.debugger.DebugMode method)
debug_on_return() (mu.modes.debugger.DebugMode method)
debug_on_stack() (mu.modes.debugger.DebugMode method)
debug_on_warning() (mu.modes.debugger.DebugMode method)
debug_toggle_breakpoint() (mu.logic.Editor method)
Debugger (class in mu.debugger.client)
(class in mu.debugger.runner)
debugger_at_line() (mu.interface.editor.EditorPane method)
DebugInspector (class in mu.interface.panes)
DebugInspectorItem (class in mu.interface.panes)
DebugMode (class in mu.modes.debugger)
DebugState (class in mu.debugger.runner)
delete() (mu.interface.panes.PythonProcessPane method)
(mu.modes.base.FileManager method)
description() (mu.interface.editor.CssLexer method)
DeviceFlasher (class in mu.modes.microbit)
direct_load() (mu.logic.Editor method)
disable() (mu.interface.panes.FileSystemPane method)
disable_breakpoint() (mu.debugger.client.Debugger method)
do_break() (mu.debugger.runner.Debugger method)
do_clear() (mu.debugger.runner.Debugger method)
do_close() (mu.debugger.runner.Debugger method)
do_continue() (mu.debugger.runner.Debugger method)
do_disable() (mu.debugger.runner.Debugger method)
do_enable() (mu.debugger.runner.Debugger method)
do_ignore() (mu.debugger.runner.Debugger method)
do_next() (mu.debugger.client.Debugger method)
(mu.debugger.runner.Debugger method)
do_quit() (mu.debugger.runner.Debugger method)
do_restart() (mu.debugger.runner.Debugger method)
do_return() (mu.debugger.client.Debugger method)
(mu.debugger.runner.Debugger method)
do_run() (mu.debugger.client.Debugger method)
do_step() (mu.debugger.client.Debugger method)
(mu.debugger.runner.Debugger method)
dropEvent() (mu.interface.editor.EditorPane method)
(mu.interface.panes.LocalFileList method)
(mu.interface.panes.MicroPythonDeviceFileList method)
E
Editor (class in mu.logic)
EditorPane (class in mu.interface.editor)
enable() (mu.interface.panes.FileSystemPane method)
enable_breakpoint() (mu.debugger.client.Debugger method)
end_state() (mu.interface.dialogs.PackageDialog method)
EnvironmentVariablesWidget (class in mu.interface.dialogs)
excepthook() (in module mu.app)
execute() (mu.interface.panes.MicroPythonREPLPane method)
extract_envars() (in module mu.logic)
F
FileManager (class in mu.modes.base)
FileSystemPane (class in mu.interface.panes)
FileTabs (class in mu.interface.main)
find() (mu.interface.dialogs.FindReplaceDialog method)
find_device() (mu.modes.base.MicroPythonMode method)
find_next_match() (mu.interface.editor.EditorPane method)
find_replace() (mu.logic.Editor method)
FindReplaceDialog (class in mu.interface.dialogs)
finished() (mu.interface.dialogs.PackageDialog method)
(mu.interface.panes.PythonProcessPane method)
(mu.modes.debugger.DebugMode method)
flake() (mu.logic.MuFlakeCodeReporter method)
flash() (mu.modes.microbit.MicrobitMode method)
flash_failed() (mu.modes.microbit.MicrobitMode method)
flash_finished() (mu.modes.microbit.MicrobitMode method)
focus_tab() (mu.interface.main.Window method)
Font (class in mu.interface.themes)
fs (mu.modes.microbit.MicrobitMode attribute)
G
get() (mu.modes.base.FileManager method)
get_admin_file_path() (in module mu.logic)
get_database() (mu.interface.themes.Font class method)
get_default_workspace() (in module mu.modes.base)
get_dialog_directory() (mu.logic.Editor method)
get_load_path() (mu.interface.main.Window method)
get_microbit_path() (mu.interface.main.Window method)
get_mode() (mu.interface.dialogs.ModeSelector method)
get_save_path() (mu.interface.main.Window method)
get_session_path() (in module mu.logic)
get_settings_path() (in module mu.logic)
get_tab() (mu.logic.Editor method)
H
highlight_selected_matches() (mu.interface.editor.EditorPane method)
highlight_text() (mu.interface.main.Window method)
history_back() (mu.interface.panes.PythonProcessPane method)
history_forward() (mu.interface.panes.PythonProcessPane method)
I
ignore_breakpoint() (mu.debugger.client.Debugger method)
insert() (mu.interface.panes.PythonProcessPane method)
installed_packages() (in module mu.logic)
interact() (mu.debugger.runner.Debugger method)
J
JupyterREPLPane (class in mu.interface.panes)
K
KernelRunner (class in mu.modes.python3)
keyPressEvent() (mu.interface.panes.MicroPythonREPLPane method)
(mu.interface.panes.PythonProcessPane method)
keywords() (mu.interface.editor.PythonLexer method)
L
label() (mu.interface.editor.EditorPane property)
load() (mu.interface.themes.Font method)
(mu.logic.Editor method)
load_cli() (mu.logic.Editor method)
load_font_data() (in module mu.resources)
load_icon() (in module mu.resources)
load_pixmap() (in module mu.resources)
load_stylesheet() (in module mu.resources)
LocalFileList (class in mu.interface.panes)
LogWidget (class in mu.interface.dialogs)
ls() (mu.modes.base.FileManager method)
M
MicrobitMode (class in mu.modes.microbit)
MicrobitSettingsWidget (class in mu.interface.dialogs)
MicroPythonDeviceFileList (class in mu.interface.panes)
MicroPythonMode (class in mu.modes.base)
MicroPythonREPLPane (class in mu.interface.panes)
ModeItem (class in mu.interface.dialogs)
ModeSelector (class in mu.interface.dialogs)
modified() (mu.interface.main.Window property)
mu.app (module)
mu.debugger.client (module)
mu.debugger.runner (module)
mu.interface.dialogs (module)
mu.interface.editor (module)
mu.interface.main (module)
mu.interface.panes (module)
mu.interface.themes (module)
mu.logic (module)
mu.modes.base (module)
mu.modes.debugger (module)
mu.modes.microbit (module)
mu.modes.pygamezero (module)
mu.modes.python3 (module)
mu.resources (module)
MuFileList (class in mu.interface.panes)
MuFlakeCodeReporter (class in mu.logic)
N
new() (mu.logic.Editor method)
NightTheme (class in mu.interface.themes)
O
on_bootstrap() (mu.debugger.client.Debugger method)
on_breakpoint_clear() (mu.debugger.client.Debugger method)
on_breakpoint_create() (mu.debugger.client.Debugger method)
on_breakpoint_disable() (mu.debugger.client.Debugger method)
on_breakpoint_enable() (mu.debugger.client.Debugger method)
on_breakpoint_ignore() (mu.debugger.client.Debugger method)
on_call() (mu.debugger.client.Debugger method)
on_command (mu.debugger.client.CommandBufferHandler attribute)
on_command() (mu.debugger.client.Debugger method)
on_data_flood() (mu.modes.base.BaseMode method)
(mu.modes.base.MicroPythonMode method)
(mu.modes.microbit.MicrobitMode method)
(mu.modes.python3.PythonMode method)
on_delete() (mu.interface.panes.MicroPythonDeviceFileList method)
on_delete_fail() (mu.interface.panes.FileSystemPane method)
on_error() (mu.debugger.client.Debugger method)
on_exception() (mu.debugger.client.Debugger method)
on_fail (mu.debugger.client.CommandBufferHandler attribute)
on_fail() (mu.debugger.client.Debugger method)
on_finished() (mu.debugger.client.Debugger method)
on_get() (mu.interface.panes.LocalFileList method)
on_get_fail() (mu.interface.panes.FileSystemPane method)
on_info() (mu.debugger.client.Debugger method)
on_kernel_start() (mu.modes.python3.PythonMode method)
on_kernel_stop() (mu.modes.python3.PythonMode method)
on_line() (mu.debugger.client.Debugger method)
on_ls() (mu.interface.panes.FileSystemPane method)
on_ls_fail() (mu.interface.panes.FileSystemPane method)
on_postmortem() (mu.debugger.client.Debugger method)
on_process_halt() (mu.interface.panes.PythonProcessPane method)
on_put() (mu.interface.panes.MicroPythonDeviceFileList method)
on_put_fail() (mu.interface.panes.FileSystemPane method)
on_restart() (mu.debugger.client.Debugger method)
on_return() (mu.debugger.client.Debugger method)
on_serial_read() (mu.interface.main.Window method)
on_stack() (mu.debugger.client.Debugger method)
on_start() (mu.modes.base.FileManager method)
on_stdout_write() (mu.interface.main.Window method)
on_warning() (mu.debugger.client.Debugger method)
open_directory_from_os() (mu.interface.main.Window method)
open_file() (mu.modes.base.BaseMode method)
(mu.modes.microbit.MicrobitMode method)
open_serial_link() (mu.interface.main.Window method)
output() (mu.debugger.client.Debugger method)
(mu.debugger.runner.Debugger method)
output_stack() (mu.debugger.runner.Debugger method)
P
PackageDialog (class in mu.interface.dialogs)
PackagesWidget (class in mu.interface.dialogs)
parse_input() (mu.interface.panes.PythonProcessPane method)
parse_paste() (mu.interface.panes.PythonProcessPane method)
paste() (mu.interface.panes.MicroPythonREPLPane method)
(mu.interface.panes.PythonProcessPane method)
path() (in module mu.resources)
play_toggle() (mu.modes.pygamezero.PyGameZeroMode method)
PlotterPane (class in mu.interface.panes)
process_bytes() (mu.interface.panes.MicroPythonREPLPane method)
(mu.interface.panes.PlotterPane method)
put() (mu.modes.base.FileManager method)
PyGameZeroMode (class in mu.modes.pygamezero)
PythonLexer (class in mu.interface.editor)
PythonMode (class in mu.modes.python3)
PythonProcessPane (class in mu.interface.panes)
Q
quit() (mu.logic.Editor method)
R
range_from_positions() (mu.interface.editor.EditorPane method)
read_and_decode() (in module mu.logic)
read_from_stdout() (mu.interface.panes.PythonProcessPane method)
read_process() (mu.interface.dialogs.PackageDialog method)
remove_debug_inspector() (mu.interface.main.Window method)
remove_filesystem() (mu.interface.main.Window method)
remove_fs() (mu.modes.microbit.MicrobitMode method)
remove_package() (mu.interface.dialogs.PackageDialog method)
remove_packages() (mu.interface.dialogs.PackageDialog method)
remove_plotter() (mu.interface.main.Window method)
(mu.modes.base.BaseMode method)
(mu.modes.python3.PythonMode method)
remove_python_runner() (mu.interface.main.Window method)
remove_repl() (mu.interface.main.Window method)
(mu.modes.base.MicroPythonMode method)
(mu.modes.python3.PythonMode method)
removeTab() (mu.interface.main.FileTabs method)
rename_tab() (mu.logic.Editor method)
REPL (class in mu.logic)
replace() (mu.interface.dialogs.FindReplaceDialog method)
replace_flag() (mu.interface.dialogs.FindReplaceDialog method)
replace_input_line() (mu.interface.panes.PythonProcessPane method)
replace_text() (mu.interface.main.Window method)
reset() (mu.debugger.runner.Debugger method)
(mu.interface.main.ButtonBar method)
reset_annotations() (mu.interface.editor.EditorPane method)
(mu.interface.main.Window method)
reset_check_indicators() (mu.interface.editor.EditorPane method)
reset_debugger_highlight() (mu.interface.editor.EditorPane method)
reset_search_indicators() (mu.interface.editor.EditorPane method)
resizeEvent() (mu.interface.main.Window method)
Restart
restore_session() (mu.logic.Editor method)
return_focus_to_current_tab() (mu.modes.base.BaseMode method)
run() (in module mu.app)
(in module mu.debugger.runner)
(mu.modes.microbit.DeviceFlasher method)
run_game() (mu.modes.pygamezero.PyGameZeroMode method)
run_pip() (mu.interface.dialogs.PackageDialog method)
run_script() (mu.modes.python3.PythonMode method)
run_toggle() (mu.modes.python3.PythonMode method)
S
save() (mu.logic.Editor method)
save_and_encode() (in module mu.logic)
save_tab_to_file() (mu.logic.Editor method)
save_timeout (mu.modes.base.BaseMode attribute)
screen_size() (mu.interface.main.Window method)
select_and_accept() (mu.interface.dialogs.ModeSelector method)
select_mode() (mu.interface.main.Window method)
(mu.logic.Editor method)
selection_change_listener() (mu.interface.editor.EditorPane method)
send_commands() (mu.interface.panes.MicroPythonREPLPane method)
set_api() (mu.interface.editor.EditorPane method)
set_buttons() (mu.modes.base.BaseMode method)
set_font_size() (mu.interface.panes.DebugInspector method)
(mu.interface.panes.FileSystemPane method)
(mu.interface.panes.JupyterREPLPane method)
(mu.interface.panes.MicroPythonREPLPane method)
(mu.interface.panes.PythonProcessPane method)
set_message() (mu.interface.main.StatusBar method)
set_mode() (mu.interface.main.StatusBar method)
set_read_only() (mu.interface.main.Window method)
set_responsive_mode() (mu.interface.main.ButtonBar method)
set_start_of_current_line() (mu.interface.panes.PythonProcessPane method)
set_theme() (mu.interface.editor.EditorPane method)
(mu.interface.main.Window method)
(mu.interface.panes.JupyterREPLPane method)
(mu.interface.panes.PlotterPane method)
set_timer() (mu.interface.main.Window method)
set_usb_checker() (mu.interface.main.Window method)
set_zoom() (mu.interface.editor.EditorPane method)
(mu.interface.main.Window method)
(mu.interface.panes.DebugInspector method)
(mu.interface.panes.FileSystemPane method)
(mu.interface.panes.JupyterREPLPane method)
(mu.interface.panes.MicroPythonREPLPane method)
(mu.interface.panes.PythonProcessPane method)
setFocus() (mu.interface.panes.JupyterREPLPane method)
settings() (mu.interface.dialogs.AdminDialog method)
setup() (mu.debugger.runner.Debugger method)
(mu.interface.dialogs.PackageDialog method)
(mu.interface.main.Window method)
(mu.logic.Editor method)
setup_logging() (in module mu.app)
setup_modes() (in module mu.app)
should_patch_osx_mojave_font() (in module mu.interface.themes)
show_admin() (mu.interface.main.Window method)
(mu.logic.Editor method)
show_annotations() (mu.interface.editor.EditorPane method)
(mu.interface.main.Window method)
show_confirm_overwrite_dialog() (mu.interface.panes.MuFileList method)
show_confirmation() (mu.interface.main.Window method)
show_find_replace() (mu.interface.main.Window method)
show_fonts() (mu.modes.pygamezero.PyGameZeroMode method)
show_help() (mu.logic.Editor method)
show_images() (mu.modes.pygamezero.PyGameZeroMode method)
show_message() (mu.interface.main.Window method)
(mu.interface.panes.FileSystemPane method)
show_music() (mu.modes.pygamezero.PyGameZeroMode method)
show_sounds() (mu.modes.pygamezero.PyGameZeroMode method)
show_status_message() (mu.logic.Editor method)
show_warning() (mu.interface.panes.FileSystemPane method)
size_window() (mu.interface.main.Window method)
sniff_encoding() (in module mu.logic)
sniff_newline_convention() (in module mu.logic)
start() (mu.debugger.client.Debugger method)
(mu.modes.debugger.DebugMode method)
start_kernel() (mu.modes.python3.KernelRunner method)
start_process() (mu.interface.panes.PythonProcessPane method)
StatusBar (class in mu.interface.main)
stop() (mu.debugger.client.Debugger method)
(mu.modes.base.BaseMode method)
(mu.modes.debugger.DebugMode method)
stop_game() (mu.modes.pygamezero.PyGameZeroMode method)
stop_kernel() (mu.modes.python3.KernelRunner method)
stop_script() (mu.modes.python3.PythonMode method)
stop_timer() (mu.interface.main.Window method)
stylename() (mu.interface.themes.Font property)
sync_package_state() (mu.logic.Editor method)
sync_packages() (mu.interface.main.Window method)
syntaxError() (mu.logic.MuFlakeCodeReporter method)
T
tab_count() (mu.interface.main.Window property)
Theme (class in mu.interface.themes)
tidy_code() (mu.logic.Editor method)
toggle_breakpoint() (mu.modes.debugger.DebugMode method)
toggle_comments() (mu.interface.editor.EditorPane method)
(mu.interface.main.Window method)
(mu.logic.Editor method)
toggle_files() (mu.modes.microbit.MicrobitMode method)
toggle_line() (mu.interface.editor.EditorPane method)
toggle_plotter() (mu.modes.base.MicroPythonMode method)
(mu.modes.microbit.MicrobitMode method)
(mu.modes.python3.PythonMode method)
toggle_repl() (mu.modes.base.MicroPythonMode method)
(mu.modes.microbit.MicrobitMode method)
(mu.modes.python3.PythonMode method)
toggle_theme() (mu.logic.Editor method)
try_read_from_stdout() (mu.interface.panes.PythonProcessPane method)
U
unexpectedError() (mu.logic.MuFlakeCodeReporter method)
UnknownBreakpoint
update_debug_inspector() (mu.interface.main.Window method)
update_title() (mu.interface.main.Window method)
user_call() (mu.debugger.runner.Debugger method)
user_exception() (mu.debugger.runner.Debugger method)
user_line() (mu.debugger.runner.Debugger method)
user_return() (mu.debugger.runner.Debugger method)
W
wheelEvent() (mu.interface.editor.EditorPane method)
(mu.interface.main.Window method)
widgets() (mu.interface.main.Window property)
Window (class in mu.interface.main)
worker() (mu.debugger.client.CommandBufferHandler method)
workspace_dir() (mu.modes.base.BaseMode method)
write_and_flush() (in module mu.logic)
write_to_stdin() (mu.interface.panes.PythonProcessPane method)
Z
zoom_in() (mu.interface.main.Window method)
(mu.logic.Editor method)
zoom_out() (mu.interface.main.Window method)
(mu.logic.Editor method)
Mu
A Python code editor for beginner programmers.
Navigation
Contributing to Mu
Code of Conduct
Developer Setup
Suggested First Steps
User Experience
Mu’s Architecture
Modes in Mu
Internationalisation of Mu
Python Runner/Debugger
Mu’s Test Suite
Packaging Mu
Developing Mu’s Website
Mu API Reference
Design Decisions
Release Process
Roadmap (Mappa MUndi)
Mu’s Developers
Release History
GNU General Public License
Copyright Information
Quick search