def is_clustered(): return node_status.get('initialized')
def _is_clustered(): return bool(node_status.get('initialized'))