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

Method reset

scripts/api_doc_generator.py:211–214  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

209 return res
210
211 def reset(self):
212 self.functions = []
213 self.classes = []
214 self.attributes = []
215
216 def set_module(self, module_string):
217 if module_string != '':

Callers 2

set_moduleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected