Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # Single blank line for method definitions inside a class
  2. class A:
  3. def __init__(self):
  4. do_something
  5.  
  6. def function_1():
  7. do_something()
  8.  
  9. def function_2():
  10. do_something()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement