コード例 #1
0
def set_table(table):
    if not isinstance(table, int):
        raise Exception("error you need to pass and integer as the table id")
    return (_cmip6_cv.set_table(table))
コード例 #2
0
ファイル: pywrapper.py プロジェクト: ehogan/cmor
def set_table(table):
    if not isinstance(table, int):
        raise Exception, "error you need to pass and integer as the table id"
    return(_cmip6_cv.set_table(table))