lucabaldini / webpage

My personal (static-html) webpage
GNU General Public License v3.0
1 stars 0 forks source link

HTML.br() should not accept argument, and should probably be a property #7

Open lucabaldini opened 5 years ago

lucabaldini commented 5 years ago

pylint is also complaining about the name function name br() being too short. (FWIW, same for h3())

lucabaldini commented 5 years ago

HTML.br(str) replaced with HTML.break_().

I think I'd like to make this a @property, but I am having issue combining it with the @staticmethod decorator.