コード例 #1
0
def instance_id():
    """
    Return the instance identifier.
    """
    _check()
    return _ec.instance_id()
コード例 #2
0
ファイル: ec.py プロジェクト: IBMStreams/streamsx.topology
def instance_id():
    """
    Return the instance identifier.
    """
    _check()
    return _ec.instance_id()