Profile
Sign out
menu
create
New Post
My learned
Sign In
dir()
Python
Within the breakpoint() debugger, type
dir(object)
to list all available attributes and methods of the object.
This will give you an overview of what you can access.
arrow_back
back