Sometimes I want to view the source code of a specified build-in function in python.For example,i want to view the code of the build-in function 'sorted',which file is it in?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not a real question by Tichodroma, H2CO3, Mat, Don Roby, Oldskool Oct 14 '12 at 16:50
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
You will have to take a look into the source code of that language tool, the interpreter or compiler. This is possible with OpenSource tools, usually not with proprietary software. |
|||
|
|