mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Trivial update of doctests
This commit is contained in:
parent
3724a53466
commit
af3b79ff8b
3 changed files with 5 additions and 1 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue