Display warning
(self, msg: str)
| 112 | config = _MockConfig() |
| 113 | |
| 114 | def warn(self, msg: str) -> None: |
| 115 | """Display warning""" |
| 116 | print(msg, file=sys.stderr) |
| 117 | |
| 118 | def fetch_inventories(intersphinx_mapping) -> Dict[str, Any]: |
| 119 | now = int(time.time()) |
no outgoing calls
no test coverage detected