(code)
| 91 | |
| 92 | |
| 93 | def pylight(code): |
| 94 | return highlight(code, PythonLexer(), HtmlFormatter(noclasses=True)) |
| 95 | |
| 96 | # builtin docstrings to ignore |
| 97 | _func_call_docstring = types.FunctionType.__call__.__doc__ |
no outgoing calls
no test coverage detected
searching dependent graphs…