summaryrefslogtreecommitdiffstatshomepage
path: root/tests/cpydiff/modules_array_containment.py
blob: 190a3c27604940546d9bf7b6d106303650802079 (plain) (blame)
1
2
3
4
5
6
7
8
"""
categories: Modules,array
description: Looking for integer not implemented
cause: Unknown
workaround: Unknown
"""
import array
print(1 in array.array('B', b'12'))