# Pastebin fzFzWujg >>> class X: ... def __init__(self): ... self.t = 123 ... >>> s = X() >>> getattr(s, 'q') Traceback (most recent call last): File "", line 1, in AttributeError: 'X' object has no attribute 'q'