Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. def foo(x, y, z=None, **kwargs):
  2.  
  3. """ foo does this stuff.
  4.  
  5. Parameters
  6. ----------
  7. x:
  8. y:
  9. z: optional
  10. kwargs:
  11.  
  12. Returns
  13. -------
  14.  
  15. """
  16.  
  17. qq
  18. yyP
  19. (all your text manipulations)
  20. q
  21. :g/def /normal! @q
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement