DefinitionsExtendInfo¶ class dsviper.DefinitionsExtendInfo¶ Bases: object A class used to represent the types exchanged during the synchronization of two databases. Note: Not directly instantiable. attachment_runtime_ids() → set[ValueUUId]¶ Return the set of runtime ID for all added attachments. club_runtime_ids() → set[ValueUUId]¶ Return the set of runtime ID for all added clubs. concept_runtime_ids() → set[ValueUUId]¶ Return the set of runtime ID for all added concepts. count() → int¶ Return the count of added definitions. enumeration_runtime_ids() → set[ValueUUId]¶ Return the set of runtime ID for all added enumerations. memberships() → dict[ValueUUId, ValueUUId]¶ Return a dict[uuid, set[uuid]] for all memberships. structure_runtime_ids() → set[ValueUUId]¶ Return the set of runtime ID for all structures.