evaluate 的翻譯 · python/python-docs-zh-tw · Discussion #748 (original) (raw)
我自己覺得跟「執行」、「計算」的意義都稍微不同,我大多會翻成「為...求值」(glossary 內也是)但也不是很通用,有些技術文章是用「評估」但我覺得用在軟體技術中並不是這個意思。
#: ../../howto/perf_profiling.rst:100
msgid ""
"As you can see, the Python functions are not shown in the output, only "
"``_PyEval_EvalFrameDefault`` (the function that evaluates the Python "
"bytecode) shows up. Unfortunately that's not very useful because all Python "
"functions use the same C function to evaluate bytecode so we cannot know "
"which Python function corresponds to which bytecode-evaluating function."