1
0
forked from VimPlug/jedi
Files
jedi-fork/test.py
2012-02-21 15:39:28 +01:00

57 lines
719 B
Python

#!/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 Intro(object):
def testing(self, string):
return string+","
class Supi(A, datetime.datetime):
""" test123 """
class 2
static_var = 0
def __init__():
pass
def test(self):
import time
print 1
return A()
class A():
#class B():
def test(self):
return A()
a = A()
b = a.test()
class Empty():
pass
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.