Listen Sie Objektattribute Python auf
rofl = NewObject()
dir(rofl) // <-- show all available attributes that object has
Itchy Ibis
rofl = NewObject()
dir(rofl) // <-- show all available attributes that object has