Skip to content Skip to sidebar Skip to footer
Showing posts with the label Python Datamodel

Looping Over A Python / Ironpython Object Methods

What is the proper way to loop over a Python object's methods and call them? Given the object: … Read more Looping Over A Python / Ironpython Object Methods

A Lean Interface For Making Python Decorator Classes

I've been looking to make an object-oriented setup to make decorator factories. A simple versio… Read more A Lean Interface For Making Python Decorator Classes