| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Essentially implement the getitem method in ClassDef which returns the correct value.
Fixes #348
|
| |
|
| |
|
| |
|
|
|
|
| |
Format strings require support for two new nodes, FormattedValue, respectively JoinedStr.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
raising TypeError and letting the upper context to handle it.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
sys.real_prefix is an addition of the *virtualenv* library, but it
is not added when a virtual environment is created with the builtin
*venv* library. In the latter's case, sys.base_exec_prefix is the
one pointing to the original installation of Python. Now, in case
sys.real_prefix is not defined, we fallback to sys.base_exec_prefix.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
namespace package pth support.
|
| |
|
|
|
|
| |
Close #368
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
providing a way to access the attributes of the latter seamlessly.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The order is important, since it determines the last child,
which in turn determines the last line number of a scoped node.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|