I wondered how listen() are implemented in the socket interface, so I clicked it on the vscode but only .pyi files are shown to me.
I searched about what is .pyi files and it says it is a interface file (like header file in C).
So where can I find the implementation of listen()?

