(self, pixels: Union[int, Decimal], text: Literal[False])
| 28 | |
| 29 | @overload |
| 30 | def units(self, pixels: Union[int, Decimal], text: Literal[False]) -> Decimal: ... |
| 31 | |
| 32 | @overload |
| 33 | def units(self, pixels: Union[int, Decimal], text: Literal[True] = True) -> str: ... |
no outgoing calls
no test coverage detected