def

func:specQName

specQName(spec)

Return fully qualified name of the spec:

  • Top-level type will return "foo.bar::Baz"
  • Slot spec will return "foo.bar::Baz.qux"
  • Derived specs will return "derived123::{name}"

Examples:

specQName(Dict)  >>  "sys::Dict"
specQName(Site)  >>  "ph::Site"

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function