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