(self, paths: list[str] | None = None)
| 45 | """ Griffe extension to insert a table of processor priority in specified functions. """ |
| 46 | |
| 47 | def __init__(self, paths: list[str] | None = None) -> None: |
| 48 | super().__init__() |
| 49 | self.paths = paths |
| 50 | |
| 51 | def linked_obj(self, value: str, path: str) -> str: |
| 52 | """ Wrap object name in reference link. """ |
nothing calls this directly
no outgoing calls
no test coverage detected