Where is import defined in the source code?
Lawrence D’Oliveiro
lawrencedo99 at gmail.com
Thu Sep 22 04:52:42 EDT 2016
More information about the Python-list mailing list
Thu Sep 22 04:52:42 EDT 2016
- Previous message (by thread): Where is import defined in the source code? (python 2)
- Next message (by thread): Pasting code into the cmdline interpreter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thursday, September 22, 2016 at 4:14:16 PM UTC+12, Peng Yu wrote: > > ... I want know where import is defined in the source code. This <https://github.com/python/cpython/blob/master/Python/import.c> looks like the code, and this <https://github.com/python/cpython/blob/master/Python/Python-ast.c> where it hooks into the parsing. Just a guess...
- Previous message (by thread): Where is import defined in the source code? (python 2)
- Next message (by thread): Pasting code into the cmdline interpreter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list