MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / DictObject

Class DictObject

lib/core/option.py:186–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184
185 def iterate(node, retVal=None):
186 class DictObject(object):
187 def __init__(self):
188 self.__dict__ = {}
189
190 def __contains__(self, name):
191 return name in self.__dict__
192
193 if retVal is None:
194 retVal = DictObject()

Callers 1

iterateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…