Advertisement
Guest User

Untitled

a guest
Dec 18th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. class A:
  2.     def __init__(self, **kwargs):
  3.         self.__dict__.update(kwargs)
  4.  
  5. a=A(chce_taki_atrybut=o_takiej_wartosci, inny_z_kosmosu_atrybut=funkcja_na_przyklad)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement