Answers for "how to get name of a class in python?"

1

python class name

instance.__class__.__name__
Posted by: Guest on October-16-2020

Code answers related to "how to get name of a class in python?"

Python Answers by Framework

Browse Popular Code Answers by Language