Example #1
0
	def _new_from_long(self, c_ast):
		PyObjectLL.new(self)
		self.v.ctx.add(c.Assignment('=', c.ID(self.name), c.FuncCall(c.ID('PyBool_FromLong'), c.ExprList(c_ast))))
		self.fail_if_null(self.name)