Prefixes FunctionOpDescriptor.CALL.
Logically this is a no op.
It exists to enable effective specialization of calls. argc is the number of arguments as described in CALL.
Checks whether __annotations__ is defined in locals(), if not it is set up to an empty dict. This opcode is only
emitted if a class or module body contains variable annotations statically.
TODO: Properly implement this
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.