ExclusiveMegacomplexIssue

class glotaran.model.dataset_model.ExclusiveMegacomplexIssue(label: str, megacomplex_type: str, is_global: bool)[source]

Bases: ItemIssue

Issue for exclusive megacomplexes.

Create an ExclusiveMegacomplexIssue.

Parameters:
  • label (str) – The megacomplex label.

  • megacomplex_type (str) – The megacomplex type.

  • is_global (bool) – Whether the megacomplex is global.

Methods Summary

to_string

Get the issue as string.

Methods Documentation

to_string() str[source]

Get the issue as string.

Return type:

str