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

Is There A Way To Access The Formal Parameters If You Implement __getattribute__

It seems as though __getattribute__ has only 2 parameters (self, name). However, in the actual code… Read more Is There A Way To Access The Formal Parameters If You Implement __getattribute__

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