Function Call Python Reflection Static Methods How To Get (sub)class Name From A Static Method In Python? May 30, 2024 Post a Comment If I define: class Bar(object): @staticmethod def bar(): # code pass clas… Read more How To Get (sub)class Name From A Static Method In Python?