auto_size mülk

auto_size mülk

Yorum boyutunun içeriğine göre otomatik olarak ayarlanıp ayarlanmadığını belirtir.

Örnek


if notcomment1.auto_size:
    # The size of the comment varies with the content
    comment1.auto_size = True

Tanım:

@property
def auto_size(self):
    ...
@auto_size.setter
def auto_size(self, value):
    ...

Ayrıca bakınız