Where is the real place store the code for the realization of the functionality?
Asked
Active
Viewed 56 times
-2
-
Please enter the code using a code block instead of an image. This makes it easier to see (because we don't have to click a link) and allows a search engine or other users to find it. – Exelian Mar 25 '20 at 09:45
-
I don't know what you mean? There is not *only comments*, but also a `return 0` statement. – mkrieger1 Mar 25 '20 at 09:45
-
This function is implemented in [C](https://github.com/python/cpython/blob/master/Python/sysmodule.c#L1681) – Abdul Niyas P M Mar 25 '20 at 09:52
-
1intellij is lying to you. – juanpa.arrivillaga Mar 25 '20 at 09:53
1 Answers
1
The function in fact has some functionality. The last line is: return 0
. I would assume this method is ment to be overridden by a subclass to implement some actually useful code.

Exelian
- 5,749
- 1
- 30
- 49