예제 #1
0
파일: pywrapper.py 프로젝트: wachsylon/cmor
def set_table(table):
    if not isinstance(table, int):
        raise Exception("error you need to pass and integer as the table id")
    return _cmor.set_table(table)
예제 #2
0
파일: pywrapper.py 프로젝트: PCMDI/cmor
def set_table(table):
    if not isinstance(table, int):
        raise Exception("error you need to pass and integer as the table id")
    return _cmor.set_table(table)