expr.pxi | 82 self.expr = yasm_expr_create(op, self.__new_item(args[0]), 83 self.__new_item(args[1]), line) 85 self.expr = yasm_expr_create(op, self.__new_item(args[0]), NULL, 88 cdef yasm_expr__item* __new_item(self, value) except NULL: member in class:Expression
|