When using external libraries or working with complex classes in Python, you may sometimes wonder, "What kind of methods does this object actually have?" You can find out by reading the documentation, ...