Exemplo n.º 1
0
 def newmutablestr(self, v):
     return W_StringObject.newmutablestr(v)
Exemplo n.º 2
0
 def newmutablestr(self, v):
     return W_StringObject.newmutablestr(v)
Exemplo n.º 3
0
 def newstr(self, v):
     return W_StringObject.newconststr(v)
Exemplo n.º 4
0
 def newstr(self, v):
     return W_StringObject.newconststr(v)