Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
Questions tagged view should also be tagged with the relevant language. Please, confirm, where you want to see build-in function. – Danil Asotsky Oct 14 '12 at 9:14
1  
Could you please be more specific. Which language, which function etc. – brainray Oct 14 '12 at 9:14
1  
What language?? – H2CO3 Oct 14 '12 at 9:15

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.

1 Answer

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.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.