Why do some built-in Python functions only have pass?
I wanted to see how a math.py
function was implemented, but when I opened the file in PyCharm I found that all the functions are empty and there is a simple pass
. For example:
I wanted to see how a math.py
function was implemented, but when I opened the file in PyCharm I found that all the functions are empty and there is a simple pass
. For example: