예제 #1
0
파일: generation.py 프로젝트: lapbay/milan
	def _check_const(result, func, cargs):
		return check_const_string(result, func, cargs, offset=offset)
예제 #2
0
 def _check_const(result, func, cargs):
     return check_const_string(result, func, cargs, offset=offset)
예제 #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
예제 #4
0
"""