textual-paint/typings/stransi/_misc.pyi

16 lines
303 B
Python
Raw Normal View History

"""
This type stub file was generated by pyright.
"""
from typing import Text
"""Private miscellaneous utilities."""
class _CustomText(Text):
"""A custom string type for subclassing."""
def __repr__(self) -> Text:
"""Return a string representation of the object."""
...