daftar atribut objek python

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