lalala33rfs

Untitled

Nov 17th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1.  
  2. def implicit_int(cls):
  3.     def stub(self, name, *args, **kwargs):
  4.         return 0
  5.  
  6.     if not hasattr(cls, '__getattr__'):
  7.         cls.__getattr__ = stub
  8.  
  9.     return cls
Advertisement
Add Comment
Please, Sign In to add comment