Example #1
0
def _persistent(self):
    return rt._str(self)
Example #2
0
def _conj(self, val):
    return self.add_str(rt.name(rt._str(val)))
Example #3
0
def _persistent(self):
    return rt._str(self)
Example #4
0
 def __repr__(self):
     import pixie.vm.rt as rt
     return u"RuntimeException(" + rt._str(self._data)._str + u") \n" + u"\n".join(self._trace)
Example #5
0
def _conj(self, val):
    return self.add_str(rt.name(rt._str(val)))