Example #1
0
 def newmutablestr(self, v):
     return W_StringObject.newmutablestr(v)
Example #2
0
 def newmutablestr(self, v):
     return W_StringObject.newmutablestr(v)
Example #3
0
 def newstr(self, v):
     return W_StringObject.newconststr(v)
Example #4
0
 def newstr(self, v):
     return W_StringObject.newconststr(v)