nvflare.fuel.common.fqn module

class FQN[source]

Bases: object

ROOT_SERVER = 'server'
SEPARATOR = '.'
static get_parent(fqn: str) str[source]
static get_root(fqn: str) str[source]
static is_ancestor(fqn1: str, fqn2: str) bool[source]
static is_parent(fqn1: str, fqn2: str) bool[source]
static join(path: List[str]) str[source]
static normalize(fqn: str) str[source]
static split(fqn: str) List[str][source]
static validate(fqn) str[source]