コード例 #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
"""