Designing readable classes in Python

From , 3 Years ago, written in Python, viewed 51 times.
URL https://pastebin.vip/view/8462a7c2
  1. class client:
  2.     def __init__(self,number,name):
  3.         self.number = number
  4.         self.name = name
  5.     def __repr__(self):
  6.         return '<client id="%s" name="%s">' % (self.number, self.name)

Reply to "Designing readable classes in Python"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website