Como imprimir todas as funções de um objeto em python
#To find out helper functions of a built in object and other information:
help(datatype)
Tired Turtler
#To find out helper functions of a built in object and other information:
help(datatype)