MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / _add_module

Method _add_module

pager_lib/six.py:182–184  ·  view source on GitHub ↗
(self, mod, *fullnames)

Source from the content-addressed store, hash-verified

180 self.known_modules = {}
181
182 def _add_module(self, mod, *fullnames):
183 for fullname in fullnames:
184 self.known_modules[self.name + "." + fullname] = mod
185
186 def _get_module(self, fullname):
187 return self.known_modules[self.name + "." + fullname]

Callers 1

six.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected