Is there any way to do this in python? Basically, a default action that an object performs when a nonexistent method or member is accessed.
Edit: Nevermind, I found __getattr__(). Feel free to delete.
Edit: Nevermind, I found __getattr__(). Feel free to delete.
Comment