The labels within the interpreterfunction can be stored in the threaded code for super-fast dispatching.
解释程序中的函数中若使用这标签变量,那么它能被存到线程代码中以获得高效率的线程切换。
2
Save the file, then start the Jython interpreter to test the new function.
保存文件,然后启动Jython解释器来测试新功能。
3
If you don't specify all of the parameters during a function invocation; you must explicitly name the parameters you're specifying so the Python interpreter can properly call the function.