user_root. Internal helper function. This docstring was added automatically to improve maintainability. Args: username: Parameter. Returns: Varies.
(username: str)
| 3440 | prof["pic_mime"] = row["pic_mime"] |
| 3441 | except Exception: |
| 3442 | prof["pic_mime"] = None |
| 3443 | return prof |
| 3444 | |
| 3445 | |
| 3446 | def set_profile(username: str, nickname: str, bio: str, links: List[str], extras: Optional[Dict[str, str]] = None): |
| 3447 | """set_profile. |
| 3448 | |
| 3449 | Route handler or application helper. |
| 3450 | |
| 3451 | This docstring was expanded to make future maintenance easier. |
| 3452 | |
| 3453 | Args: |
| 3454 | username: Parameter. |
| 3455 | nickname: Parameter. |
| 3456 | bio: Parameter. |
| 3457 | links: Parameter. |
| 3458 | extras: Parameter. |
| 3459 | |
| 3460 | Returns: |
no outgoing calls
no test coverage detected