Source code for pyrobale.objects.copytextbutton

[docs] class CopyTextButton: """Represents a copy text button.""" def __init__(self, text: str, **kwargs):
[docs] self.text = text