Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork81
Closed
Labels
Description
Python Version
3.9+
Docs Page
https://docs.python.org/zh-cn/3.9/library/dis.html#opcode-HAVE_ARGUMENT
Original Translation
这不是一个真正的操作码。 它用于标明使用参数和不使用参数的操作码 (分别为 < HAVE_ARGUMENT 和 >= HAVE_ARGUMENT) 之间的分隔线。
Original Docs Paragraph
This is not really an opcode. It identifies the dividing line between opcodes which don’t use their argument and those that do (< HAVE_ARGUMENT and >= HAVE_ARGUMENT, respectively).
Suggested Fix
这不是一个真正的操作码。 它用于标明不使用参数和使用参数的操作码 (分别为 < HAVE_ARGUMENT 和 >= HAVE_ARGUMENT) 之间的分隔线。