Ejemplo n.º 1
0
 def newstr_fromstr(self, strvalue):
     return W_StringObject.newstr_fromstr(self, strvalue)
Ejemplo n.º 2
0
 def newstr_fromstrs(self, strs_w):
     return W_StringObject.newstr_fromstrs(self, strs_w)
Ejemplo n.º 3
0
 def newstr_fromchars(self, chars):
     return W_StringObject.newstr_fromchars(self, chars)
Ejemplo n.º 4
0
 def newstr_fromstr(self, strvalue):
     assert strvalue is not None
     return W_StringObject.newstr_fromstr(self, strvalue)
Ejemplo n.º 5
0
 def newstr_fromstrs(self, strs_w):
     return W_StringObject.newstr_fromstrs(self, strs_w)
Ejemplo n.º 6
0
 def newstr_fromstr(self, strvalue):
     assert strvalue is not None
     return W_StringObject.newstr_fromstr(self, strvalue)
Ejemplo n.º 7
0
 def newstr_fromchars(self, chars):
     return W_StringObject.newstr_fromchars(self, chars)