Finding the source code for built-in Python functions?

前端 未结 8 1803
一向
一向 2020-11-22 02:40

Is there a way to see how built in functions work in python? I don\'t mean just how to use them, but also how were they built, what is the code behind sorted

8条回答
  •  独厮守ぢ
    2020-11-22 03:10

    Quite an unknown resource is the Python Developer Guide.

    In a (somewhat) recent GH issue, a new chapter was added for to address the question you're asking: CPython Source Code Layout. If something should change, that resource will also get updated.

提交回复
热议问题