We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d323c commit 8c1bed6Copy full SHA for 8c1bed6
sugar/core/fts.py
@@ -661,6 +661,10 @@ def select(self, type):
661
def todict(self):
662
"""
663
Return a dictionary with sequence ids as keys and FeatureLists as values
664
+
665
+ Similar as ``FeatureList.groupby('seqid')``.
666
+ The key for features without seqids is set to the empty string ``''``,
667
+ in the groupyby() method this key is set to ``None``.
668
669
d = {}
670
for ft in self:
0 commit comments