shell bypass 403
o
_bN � @ s� d Z ddlmZ ddlmZ dg d�fdg d�fdg d �fd
g d�fdg d
�fdg d�fdg d�fdg fdg d�fg Zed�rHed d �d� e�� Ze dkr^ddl
mZ eddd� dS dS )a� Define the menu contents, hotkeys, and event bindings.
There is additional configuration information in the EditorWindow class (and
subclasses): the menus are created there based on the menu_specs (class)
variable, and menus not created are silently skipped in the code here. This
makes it possible, for example, to define a Debug menu which is only present in
the PythonShell window, and a Format menu which is only present in the Editor
windows.
� )� find_spec)�idleConf�file))z _New Filez<<open-new-window>>)z_Open...z<<open-window-from-file>>)zOpen _Module...z<<open-module>>)zModule _Browserz<<open-class-browser>>)z
_Path Browserz<<open-path-browser>>N)Z_Savez<<save-window>>)zSave _As...z<<save-window-as-file>>)zSave Cop_y As...z<<save-copy-of-window-as-file>>N)z
Prin_t Windowz<<print-window>>N)Z_Closez<<close-window>>)ZE_xitz<<close-all-windows>>Zedit))Z_Undoz<<undo>>)Z_Redoz<<redo>>N)ZCu_tz<<cut>>)Z_Copyz<<copy>>)Z_Pastez <<paste>>)zSelect _Allz<<select-all>>N)z_Find...z<<find>>)zFind A_gainz<<find-again>>)zFind _Selectionz<<find-selection>>)zFind in Files...z<<find-in-files>>)zR_eplace...z<<replace>>)zGo to _Linez
<<goto-line>>)zS_how Completionsz<<force-open-completions>>)zE_xpand Wordz<<expand-word>>)zShow C_all Tipz<<force-open-calltip>>)zShow Surrounding P_arensz<<flash-paren>>�format)
)zF_ormat Paragraphz<<format-paragraph>>)z_Indent Regionz<<indent-region>>)z_Dedent Regionz<<dedent-region>>)zComment _Out Regionz<<comment-region>>)zU_ncomment Regionz<<uncomment-region>>)z
Tabify Regionz<<tabify-region>>)zUntabify Regionz<<untabify-region>>)zToggle Tabsz<<toggle-tabs>>)zNew Indent Widthz<<change-indentwidth>>)zS_trip Trailing Whitespacez
<<do-rstrip>>�run))zR_un Modulez<<run-module>>)zRun... _Customizedz<<run-custom>>)z
C_heck Modulez<<check-module>>)zPython Shellz<<open-python-shell>>�shell))z_View Last Restartz<<view-restart>>)z_Restart Shellz<<restart-shell>>N)z_Previous Historyz<<history-previous>>)z
_Next Historyz<<history-next>>N)z_Interrupt Executionz<<interrupt-execution>>�debug))z_Go to File/Linez<<goto-file-line>>)z
!_Debuggerz<<toggle-debugger>>)z
_Stack Viewerz<<open-stack-viewer>>)z!_Auto-open Stack Viewerz<<toggle-jit-stack-viewer>>�options))zConfigure _IDLEz<<open-config-dialog>>N)zShow _Code Contextz<<toggle-code-context>>)zShow _Line Numbersz<<toggle-line-numbers>>)z_Zoom Heightz<<zoom-height>>Zwindow�help))z_About IDLEz<<about-idle>>N)z
_IDLE Helpz<<help>>)zPython _Docsz<<python-docs>>Z
turtledemo���� )zTurtle Demoz<<open-turtle-demo>>�__main__)�mainzidlelib.idle_test.test_mainmenu� )� verbosityN)�__doc__�importlib.utilr Zidlelib.configr Zmenudefs�appendZGetCurrentKeySetZdefault_keydefs�__name__Zunittestr � r r �9/usr/local/python-3.10/lib/python3.10/idlelib/mainmenu.py�<module> s(
�`�