MCPcopy Create free account
hub / github.com/sqlmapproject/sqlmap / clear

Method clear

thirdparty/odict/ordereddict.py:42–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40 self.update(*args, **kwds)
41
42 def clear(self):
43 self.__end = end = []
44 end += [None, end, end] # sentinel node for doubly linked list
45 self.__map = {} # key --> [key, prev, next]
46 dict.clear(self)
47
48 def __setitem__(self, key, value):
49 if key not in self:

Callers 13

__init__Method · 0.95
mainFunction · 0.45
_edit_fieldMethod · 0.45
_export_configMethod · 0.45
_import_configMethod · 0.45
_show_consoleMethod · 0.45
runMethod · 0.45
processResponseFunction · 0.45
_findPageFormsFunction · 0.45
_cleanupOptionsFunction · 0.45
_cleanupEnvironmentFunction · 0.45
resetCookieJarFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected