Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
"of type int() and so on" are not library functions, but built-in ones. Accordingly, they are "stored" in the interpreter code.
ls /usr/lib/python*
You can strace see which system calls and libraries are accessed:
strace /usr/bin/python3.8
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question