(self)
| 1382 | |
| 1383 | @property |
| 1384 | def functions(self): |
| 1385 | return self._functions |
| 1386 | |
| 1387 | def _add_function(self, short_name, full_name, obj, doc, url): |
| 1388 | self._functions.append(_LinkInfo(short_name, full_name, obj, doc, url)) |
no outgoing calls
no test coverage detected