• Home
  • Raw
  • Download

Lines Matching full:py

25 __init__.py  # import, does nothing
26 __main__.py # -m, starts IDLE
28 idle.py
33 autocomplete.py # Complete attribute names or filenames.
34 autocomplete_w.py # Display completions.
35 autoexpand.py # Expand word with previous word in file.
36 browser.py # Create module browser window.
37 calltip.py # Create calltip text.
38 calltip_w.py # Display calltip.
39 codecontext.py # Show compound statement headers otherwise not visible.
40 colorizer.py # Colorize text (nim).
41 config.py # Load, fetch, and save configuration (nim).
42 configdialog.py # Display user configuration dialogs.
43 config_key.py # Change keybindings.
44 debugger.py # Debug code run from shell or editor; show window.
45 debugger_r.py # Debug code run in remote process.
46 debugobj.py # Define class used in stackviewer.
47 debugobj_r.py # Communicate objects between processes with rpc (nim).
48 delegator.py # Define base class for delegators (nim).
49 dynoption.py # Define mutable OptionMenu widget (nim)
50 editor.py # Define most of editor and utility functions.
51 filelist.py # Open files and manage list of open windows (nim).
52 format.py # Define format menu options.
53 grep.py # Find all occurrences of pattern in multiple files.
54 help.py # Display IDLE's html doc.
55 help_about.py # Display About IDLE dialog.
56 history.py # Get previous or next user input in shell (nim)
57 hyperparser.py # Parse code around a given index.
58 iomenu.py # Open, read, and write files
59 macosx.py # Help IDLE run on Macs (nim).
60 mainmenu.py # Define most of IDLE menu.
61 multicall.py # Wrap tk widget to allow multiple calls per event (nim).
62 outwin.py # Create window for grep output.
63 parenmatch.py # Match fenceposts: (), [], and {}.
64 pathbrowser.py # Create path browser window.
65 percolator.py # Manage delegator stack (nim).
66 pyparse.py # Give information on code indentation
67 pyshell.py # Start IDLE, manage shell, complete editor window
68 query.py # Query user for information
69 redirector.py # Intercept widget subcommands (for percolator) (nim).
70 replace.py # Search and replace pattern in text.
71 rpc.py # Communicate between idle and user processes (nim).
72 run.py # Manage user code execution subprocess.
73 runscript.py # Check and run user code.
74 scrolledlist.py # Define scrolledlist widget for IDLE (nim).
75 search.py # Search for pattern in text.
76 searchbase.py # Define base for search, replace, and grep dialogs.
77 searchengine.py # Define engine for all 3 search dialogs.
78 sidebar.py # Define line number and shell prompt sidebars.
79 squeezer.py # Squeeze long shell output (nim).
80 stackviewer.py # View stack after exception.
81 statusbar.py # Define status bar for windows (nim).
82 tabbedpages.py # Define tabbed pages widget (nim).
83 textview.py # Define read-only text widget (nim).
84 tooltip.py # Define popups for calltips, squeezer (nim).
85 tree.py # Define tree widget, used in browsers (nim).
86 undo.py # Manage undo stack.
87 util.py # Define common objects imported elsewhere (nim).
88 windows.py # Manage window list and define listed top level.
89 zoomheight.py # Zoom window to full height of screen.
90 zzdummy.py # Example extension.
206 Extensions tab # config-extensions.def, corresponding .py files