Список атрибутов объекта Python
rofl = NewObject()
dir(rofl) // <-- show all available attributes that object has
Itchy Ibis
rofl = NewObject()
dir(rofl) // <-- show all available attributes that object has