示例#1
0
 def op_oohash(self, s):
     return ootype.oohash(s)
示例#2
0
文件: llinterp.py 项目: chyyuu/pygirl
 def op_oohash(self, s):
     return ootype.oohash(s)
示例#3
0
 def ll_strfasthash(s):
     return ootype.oohash(s)
示例#4
0
 def ll_strhash(s):
     return ootype.oohash(s)
示例#5
0
文件: rstr.py 项目: antoine1fr/pygirl
 def ll_strfasthash(s):
     return ootype.oohash(s)
示例#6
0
文件: rstr.py 项目: antoine1fr/pygirl
 def ll_strhash(s):
     return ootype.oohash(s)