mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Trivial update of doctests
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user