コード例 #1
0
ファイル: cqltypes.py プロジェクト: ShayanIshaq/Repo_test
 def deserialize(byts, protocol_version):
     return int16_unpack(byts)
コード例 #2
0
ファイル: cqltypes.py プロジェクト: pentve/python-driver
 def deserialize(byts, protocol_version):
     return int16_unpack(byts)