コード例 #1
0
ファイル: objspace.py プロジェクト: gnprice/rupypy
 def newstr_fromstr(self, strvalue):
     return W_StringObject.newstr_fromstr(self, strvalue)
コード例 #2
0
 def newstr_fromstr(self, strvalue):
     return W_StringObject.newstr_fromstr(self, strvalue)
コード例 #3
0
ファイル: objspace.py プロジェクト: gnprice/rupypy
 def newstr_fromchars(self, chars):
     return W_StringObject.newstr_fromchars(self, chars)
コード例 #4
0
 def newstr_fromchars(self, chars):
     return W_StringObject.newstr_fromchars(self, chars)