Skip to content

Commit

Permalink
update docstring of the class
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng committed Dec 5, 2023
1 parent 651c647 commit 869f8ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/nplinker/metabolomics/molecular_family.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ def __init__(self, family_id: str):
Args:
family_id(str): Id for the molecular family.
Attributes:
id(int): Unique id for the molecular family.
family_id(str): Id for the molecular family.
spectra_ids(set[str]): Set of spectrum ids in the molecular family.
"""
self.id: int = -1
self.family_id: str = family_id
Expand Down

0 comments on commit 869f8ea

Please sign in to comment.