Skip to content Skip to sidebar Skip to footer
Showing posts with the label Anonymous Types

Create An Anonymous Class Instance In Python

Sometimes i need to create an anonymous class instance in python, just like c#: var o= new {attr1=&… Read more Create An Anonymous Class Instance In Python