blob: 4c346b1458f30fb73f8d2b09986b43fa64149b9c [file] [log] [blame]
# pylint: disable=missing-docstring
# https://github.com/PyCQA/pylint/issues/4221
import random
o = object()
if random.choice([True, False]):
o.count = None
"abc".count("a")