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

Method _get_module

thirdparty/six/__init__.py:186–187  ·  view source on GitHub ↗
(self, fullname)

Source from the content-addressed store, hash-verified

184 self.known_modules[self.name + "." + fullname] = mod
185
186 def _get_module(self, fullname):
187 return self.known_modules[self.name + "." + fullname]
188
189 def find_module(self, fullname, path=None):
190 if fullname in self.known_modules:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected