mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 23:34:45 +08:00
statements on strings and other builtins are now working
This commit is contained in:
6
test.py
6
test.py
@@ -3,7 +3,7 @@
|
||||
# test comment
|
||||
|
||||
import datetime
|
||||
#from token import *
|
||||
from token import *
|
||||
from time import sleep
|
||||
from token import OP as OP_TEST, INDENT as INDENT_TEST
|
||||
|
||||
@@ -139,10 +139,12 @@ class c1():
|
||||
(c1().c2.\
|
||||
c, 1, c3()) [0].pop()
|
||||
|
||||
c = u"asdf".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])
|
||||
|
||||
"1.0".join()
|
||||
|
||||
Reference in New Issue
Block a user