Guest User

Untitled

a guest
Oct 17th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import copy
  2. from decorators import frame_text
  3.  
  4. def ShowRes(obj,func,*args):
  5. copy_obj = copy.copy(obj)
  6. print(frame_text( str(func(args)) ))
  7. return copy_obj
Add Comment
Please, Sign In to add comment