Categories
- Blog (101)
- Lua (13)
- Miscellaneous (46)
- Photos (6)
- Programming (31)
- Python (15)
- Sample (3)
- Web Design (3)
- Writing (2)
- Portfolio (40)
- Snippets (27)
- Blog (101)
Tag Archives: py
Python – Abstract Function class
Python is great. It’s dynamic, it’s flexible, and best of all, for almost all major datatypes, there’s an associated abstract class from which you can over-ride and build your own object out of.
Of course, Python doesn’t treat functions in…
Posted in Programming, Python, Snippets
Tagged abstract, abstract class, abstract function, class, datatype, equal, function, overload, Programming, py, Python, __call__, __eq__
Leave a comment