Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. class AClass:
  2.     staticVar = 3
  3.    
  4.     def func():
  5.         # Refer to staticVar as AClass.staticVar instead of self.staticVar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement