Trivial update of doctests

This commit is contained in:
Miroslav Stampar
2021-02-08 11:46:19 +01:00
parent 3724a53466
commit af3b79ff8b
3 changed files with 5 additions and 1 deletions

View File

@@ -3024,6 +3024,8 @@ def getPublicTypeMembers(type_, onlyValues=False):
>>> [_ for _ in getPublicTypeMembers(OS, True)]
['Linux', 'Windows']
>>> [_ for _ in getPublicTypeMembers(PAYLOAD.TECHNIQUE, True)]
[1, 2, 3, 4, 5, 6]
"""
retVal = []