문제

Coming from a Python background, one thing that I really miss Python's dir() which lists out all of the methods in an object or library.

Is there an equivalent in Elixir ?

도움이 되었습니까?

해결책

If you are on the terminal, you can type: ModuleName. and then press tab and it will show all available functions/macros in that particular module. There isn't something library wise though.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top