コード例 #1
0
ファイル: pywrapper.py プロジェクト: wachsylon/cmor
def set_terminate_signal(signal):
    """Sets the signal code to be used by CMOR when issuing an error
    int has to match whateve rint the C uses"""
    _cmor.set_terminate_signal(signal)
コード例 #2
0
ファイル: pywrapper.py プロジェクト: PCMDI/cmor
def set_terminate_signal(signal):
    """Sets the signal code to be used by CMOR when issuing an error
    int has to match whateve rint the C uses"""
    _cmor.set_terminate_signal(signal)