Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个字符串列表,我想可能有一种方法可以让父程序在使用 eval() 而不是停止程序时判断其中一个子程序是否在 python 解释器中成功编译。如果有任何方法可以在不停止脚本的情况下进行判断,那将是一个巨大的帮助......
您可能会发现“编译”功能很有用:
http://docs.python.org/2/library/functions.html#compile