Time/space complexity of in-built python functions
What is the time/space complexity of split/strip/open (in-built python functions)?
Does anyone know where i can look up on the time/space complexity of these functions?