TypeAnyConcept¶ class dsviper.TypeAnyConcept¶ Bases: object A class used to represent the any_concept type. Use the static property Type.ANY_CONCEPT. description(*, namespace: NameSpace | None = None) → str¶ Return the description. representation(*, namespace: NameSpace | None = None) → str¶ Return the representation. runtime_id() → ValueUUId¶ Return the uuid assigned by the runtime. type_code() → str¶ Return the type code. type_name() → TypeName¶ Return a TypeName.