where pyi files are implemented (about .pyi files of socket listen() function)?

64 Views Asked by At

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.

enter image description here

enter image description here

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()?

0

There are 0 best solutions below