Vérifier les attributs d'objet Python

rofl = NewObject()
dir(rofl) // <-- show all of the available attributes that object has
Itchy Ibis