(object)
| 130 | return dirs |
| 131 | |
| 132 | def _getdoc(object): |
| 133 | return inspect.getdoc(object, |
| 134 | fallback_to_class_doc=False, |
| 135 | inherit_class_doc=False) |
| 136 | |
| 137 | def getdoc(object): |
| 138 | """Get the doc string or comments for an object.""" |
no outgoing calls
no test coverage detected
searching dependent graphs…