c-standard-library

Why do some built-in Python functions only have pass?

Why do some built-in Python functions only have pass? Question: 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: def ceil(x): # real signature unknown; restored from __doc__ “”” ceil(x) …

Total answers: 2