mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Some memory improvements of @cachedmethod
This commit is contained in:
parent
58b87e4b6b
commit
9404b63a42
4 changed files with 8 additions and 7 deletions
|
|
@ -2691,6 +2691,7 @@ def enumValueToNameLookup(type_, value_):
|
|||
|
||||
return retVal
|
||||
|
||||
@cachedmethod
|
||||
def extractRegexResult(regex, content, flags=0):
|
||||
"""
|
||||
Returns 'result' group value from a possible match with regex on a given
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue