(host: str, port: int, use_https: bool = True, lan_ip: str = "")
| 17129 | |
| 17130 | This docstring was expanded to make future maintenance easier. |
| 17131 | |
| 17132 | Args: |
| 17133 | eid: Parameter. |
| 17134 | |
| 17135 | Returns: |
| 17136 | Varies. |
| 17137 | """ |
| 17138 | owner = current_user() |
| 17139 | try: |
| 17140 | entry, atts = profiler_get(owner, eid) |
| 17141 | except KeyError: |
no test coverage detected