(key: str)
| 300 | return colored(str(obj), "green") |
| 301 | |
| 302 | def green(key: str) -> str: |
| 303 | return as_green_str(psinfo.get(key)) |
| 304 | |
| 305 | state = as_green_str(chr(psinfo["sname"])) |
| 306 | zombie = as_green_str(bool([psinfo["zomb"]])) |
no test coverage detected