You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: binpythonfull.py
+18-5Lines changed: 18 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@
20
20
releases_ver="offical"
21
21
importlibs="os"
22
22
cloudrunver="1.03"
23
+
cmdver="0.02"
23
24
#Imported library name, please use "importlibs="<library name>" instead of "import <library name>"
24
25
#Please note: The "importlibs" function does not support loading functions (such as from xxxx import xxxx, if necessary, please write it in the following location. However, please note that this operation may have the risk of error reporting, please report issues or solve it yourself
'Run a Python script file (*.py) Usage: python <filename>.py'
371
+
ifarg=='':
372
+
binpython_shell()
368
373
f=open(arg, "r")
369
374
exec(f.read())
370
375
defdo_seteditor(self, arg):
371
376
'Set a default Python or Text file code editor usage: seteditor <editorname>. like: "seteditor code" (Open code via Visual Studio Code when using the "edit <filename>" command). "seteditor notepad" (Open the code through Notepad that comes with Windows)'
'Before using this command, you must use "seteditor <editorname>" to set the editor (see the usage of this parameter for details), otherwise it cannot be called up. edit usage: edit <filename>'
0 commit comments