Where is python built in functions stored or defined?
Like we have python modules in the standard library from which we can import methods and use them, is there also a module where all the built-in functions are defined? If yes, how can I view that module?