Esempio n. 1
0
	def _check_const(result, func, cargs):
		return check_const_string(result, func, cargs, offset=offset)
Esempio n. 2
0
 def _check_const(result, func, cargs):
     return check_const_string(result, func, cargs, offset=offset)
Esempio n. 3
0
 def _check_const(result, func, cargs):
     res = check_const_string(result, func, cargs, offset=offset, cpl=cpl)
     if res and decoding:
         res = res.decode(decoding)
     return res
"""