I want to view specifically only the split() method that is built into Python. I just want to analyze the code that makes the split() method do what it does with strings and the like.
So, is it possible to view how the method was built, and is the code that makes it function even written in the Python language?