Loads all symbols not starting with '_' directly from the module TOS to the local namespace. The module is popped
after
loading all names. This opcode implements from module import *.
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.