Anonymous Types Instance Python Create An Anonymous Class Instance In Python February 09, 2024 Post a Comment 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