def wrapperSuper(s):
    super(doms(rows(s)))
예제 #2
0
def wrapper(s):
    # Wrapper class for super
    super(doms(rows(s)))
예제 #3
0
def mainSuper(s):
    super(doms(rows(s)))
예제 #4
0
def mainSuper(s):
    print(s)
    super(doms(rows(s)))
예제 #5
0
def mainSuper(s):
    super(doms(rows(s), False))
예제 #6
0
def testAuto():
    Super(dom.doms("auto.csv"))
예제 #7
0
def testWeather():
    Super(dom.doms("weatherLong.csv"))