mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Trivial update of doctests
This commit is contained in:
parent
3724a53466
commit
af3b79ff8b
3 changed files with 5 additions and 1 deletions
|
|
@ -25,6 +25,8 @@ def cachedmethod(f):
|
|||
>>> __ = cachedmethod(lambda _: _)
|
||||
>>> __(1)
|
||||
1
|
||||
>>> __(1)
|
||||
1
|
||||
>>> __ = cachedmethod(lambda *args, **kwargs: args[0])
|
||||
>>> __(2)
|
||||
2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue