Time/space complexity of in-built python functions
20:35 11 Mar 2019

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?

python function time-complexity built-in space-complexity