예제 #1
0
파일: objspace.py 프로젝트: sk-/hippyvm
 def newmutablestr(self, v):
     return W_StringObject.newmutablestr(v)
예제 #2
0
 def newmutablestr(self, v):
     return W_StringObject.newmutablestr(v)
예제 #3
0
파일: objspace.py 프로젝트: sk-/hippyvm
 def newstr(self, v):
     return W_StringObject.newconststr(v)
예제 #4
0
 def newstr(self, v):
     return W_StringObject.newconststr(v)