Created
March 5, 2016 03:17
-
-
Save flaccid/d8faf594b7b494df047d to your computer and use it in GitHub Desktop.
python metaprogramming heh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> dev.bLength | |
18 | |
>>> foo = 'bLength' | |
>>> getattr(dev, foo)() | |
Traceback (most recent call last): | |
File "<stdin>", line 1, in <module> | |
TypeError: 'int' object is not callable |
Author
flaccid
commented
Mar 5, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment