Skip to content

Get Attributes from Object in Python on Mac

Vic Phan edited this page Apr 2, 2023 · 2 revisions

• Type print(dir(< object >) and press the return key to get attributes from an object.
image

Viccy GitHub

Clone this wiki locally