Cómo imprimir todas las funciones de un objeto en 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)