mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 07:14:48 +08:00
the parser should now be possible to ignore single opening parentheses
This commit is contained in:
12
test.py
12
test.py
@@ -131,11 +131,11 @@ class c1():
|
||||
c2,c5 = c1(), c1().c3()
|
||||
def c3(self):
|
||||
import os as c4 #from parsing import Scope as c4
|
||||
c5 = c4
|
||||
c5 = 1
|
||||
c5 = 1
|
||||
c5 = c4(
|
||||
if 1:
|
||||
print 1
|
||||
return c5+'asdf'
|
||||
|
||||
|
||||
(c1().c2.\
|
||||
c, 1, c3()) [0].pop()
|
||||
|
||||
@@ -146,5 +146,5 @@ asdf = c1; asdf2 = asdf
|
||||
b= asdf2
|
||||
#import parsing as test
|
||||
c = b().c3()
|
||||
|
||||
1.0.fromhex(); from flask import Flask; Flask.
|
||||
1.0.fromhex(); import flask ; flsk = flask.Flask + flask.Request;
|
||||
c2(flask().
|
||||
|
||||
Reference in New Issue
Block a user