mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
56 lines
695 B
Python
56 lines
695 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:
|
|
def testing(self, string):
|
|
return string+","
|
|
|
|
class Supi(A, datetime.datetime):
|
|
""" test123 """
|
|
class 2
|
|
|
|
static_var = 0
|
|
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.
|