Skip to content

Commit c081b92

Browse files
Complete Py_AASequence implementation with tests and security checks
Co-authored-by: timosachsenberg <5803621+timosachsenberg@users.noreply.github.com>
1 parent b65fb48 commit c081b92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openms_python/py_aasequence.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,3 +277,4 @@ def has_suffix(self, suffix: str) -> bool:
277277
bool: True if sequence ends with suffix.
278278
"""
279279
return self._sequence.hasSuffix(oms.AASequence.fromString(suffix))
280+

0 commit comments

Comments
 (0)