mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-06 19:50:12 +08:00
start with the integration of an Operator class to make way for precedences
This commit is contained in:
@@ -6,7 +6,8 @@ if the indentation is not right. The fast parser of jedi however requires
|
||||
"wrong" indentation.
|
||||
|
||||
Basically this is a stripped down version of the standard library module, so
|
||||
you can read the documentation there.
|
||||
you can read the documentation there. Additionally we included some speed and
|
||||
memory optimizations, here.
|
||||
"""
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
||||
Reference in New Issue
Block a user