Beispiel #1
0
 def newstr_fromstr(self, strvalue):
     return W_StringObject.newstr_fromstr(self, strvalue)
Beispiel #2
0
 def newstr_fromstr(self, strvalue):
     return W_StringObject.newstr_fromstr(self, strvalue)
Beispiel #3
0
 def newstr_fromchars(self, chars):
     return W_StringObject.newstr_fromchars(self, chars)
Beispiel #4
0
 def newstr_fromchars(self, chars):
     return W_StringObject.newstr_fromchars(self, chars)