Python has the "open" function that is used to read and write files. However, I would like to know in which file of Python library this function is? And how to start tracking functions and classes to find your files? Tried but not succeeded
Asked
Active
Viewed 33 times
0
-
2its a `built-in` function ! – Mazdak Oct 24 '14 at 18:28
-
1@Kasra: built-in functions are implemented in the C source code. Perhaps that's what OP is after – inspectorG4dget Oct 24 '14 at 18:29
-
@inspectorG4dget yes of course ! – Mazdak Oct 24 '14 at 18:34