Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: 7b3ab5921fa25ed8b97b6296f97c5c78aacf5447 authored by Ɓukasz Langa on 24 February 2020, 21:36:25 UTC
Python 3.8.2
Tip revision: 7b3ab59
bad_getattr.py
x = 1

__getattr__ = "Surprise!"
__dir__ = "Surprise again!"
back to top