tests/stubs/smartypants.pyi119 bytesPython type stubView raw1class Attr: 2 q: int 3 D: int 4 e: int 5 u: int 6 w: int 7 8def smartypants(text: str, attrs: int) -> str: ...