working builtins

This commit is contained in:
David Halter
2012-04-05 17:02:30 +02:00
parent 377af57d5f
commit 4c1a2f3ba1
7 changed files with 77 additions and 26 deletions

View File

@@ -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])