MCPcopy Create free account
hub / github.com/bspaans/python-mingus / set_module

Method set_module

scripts/api_doc_generator.py:216–220  ·  view source on GitHub ↗
(self, module_string)

Source from the content-addressed store, hash-verified

214 self.attributes = []
215
216 def set_module(self, module_string):
217 if module_string != '':
218 self.module_string = module_string
219 self.module = eval(module_string)
220 self.reset()
221
222 def output_wiki(self):
223 return self.generate_module_wikidocs()

Callers 2

__init__Method · 0.95

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected