mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 23:34:45 +08:00
working builtins
This commit is contained in:
4
test.py
4
test.py
@@ -130,7 +130,7 @@ import time
|
||||
class c1():
|
||||
c2,c5 = c1(), c1().c3()
|
||||
def c3(self):
|
||||
import tokenize as c4 #from parsing import Scope as c4
|
||||
import os as c4 #from parsing import Scope as c4
|
||||
c5 = c4
|
||||
c5 = 1
|
||||
return c5+1+'asdf'
|
||||
@@ -139,10 +139,10 @@ class c1():
|
||||
(c1().c2.\
|
||||
c, 1, c3()) [0].pop()
|
||||
|
||||
c = "a".join([1,2])
|
||||
|
||||
c = c1().c3().sleep()
|
||||
asdf = c1; asdf2 = asdf
|
||||
b= asdf2
|
||||
#import parsing as test
|
||||
c = b().c3()
|
||||
c = "a".join([1,2])
|
||||
|
||||
Reference in New Issue
Block a user