示例#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)