I'm looking at the source for the module sre_compile.py and it does
this import:
import _sre
But I can't find a file related to _sre anywhere. Where is it? And
more generally, how does one find the location of a built in module?
Thanks,
Greg
this import:
import _sre
But I can't find a file related to _sre anywhere. Where is it? And
more generally, how does one find the location of a built in module?
Thanks,
Greg
Comment