def IsCToken()

in container_agent/run_containers.py [0:0]


def IsCToken(name):
    return RE_C_TOKEN.match(name)