forked from VimPlug/jedi
initial commit with huge chunks of code from pycomplete of Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
51
test.py
Normal file
51
test.py
Normal file
@@ -0,0 +1,51 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# test comment
|
||||
|
||||
import datetime
|
||||
from token import *
|
||||
from time import sleep
|
||||
from token import OP as OP_TEST, INDENT as INDENT_TEST
|
||||
|
||||
aaa = 6; bbb = 13
|
||||
ccc = bbb; d = open("test.py");
|
||||
|
||||
class Supi(A, datetime.datetime):
|
||||
""" test123 """
|
||||
class 2
|
||||
|
||||
def __init__():
|
||||
import time
|
||||
pass
|
||||
def test(self):
|
||||
print 1
|
||||
return A()
|
||||
|
||||
class A():
|
||||
class B():
|
||||
def test(self):
|
||||
return A()
|
||||
|
||||
class C:
|
||||
a = A()
|
||||
|
||||
b = a.test()
|
||||
|
||||
def blub:
|
||||
|
||||
cdef = 5
|
||||
def func():
|
||||
def test:
|
||||
return 2
|
||||
cdef = A()
|
||||
return test
|
||||
|
||||
|
||||
for i in range(3):
|
||||
asdf = aaa
|
||||
print 'blub'
|
||||
|
||||
|
||||
|
||||
datetime.
|
||||
A.
|
||||
Reference in New Issue
Block a user