#isinstance

[ follow ]
Python
fromRealpython
1 week ago

What Does isinstance() Do in Python? - Real Python

isinstance() determines if an object is an instance of a specified class or its superclass.
[ Load more ]