blob: 06f01cb6a2b6717300a8e379c880b63fa032425e [file] [log] [blame]
# pylint: disable=missing-docstring, useless-return
def func():
return None
SOME_VAR = func().DOES_NOT_EXIST # [no-member]