MCPcopy Index your code
hub / github.com/tensorlayer/TensorLayer / lookup_error_params

Function lookup_error_params

tests/pending/test_pydocstyle.py:15–19  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

13
14
15def lookup_error_params(code):
16 for group in registry.groups:
17 for error_params in group.errors:
18 if error_params.code == code:
19 return error_params
20
21
22class PyDOC_Style_Test(unittest.TestCase):

Callers 1

test_violationsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…