has_headers property

has_headers property

Represents whether the range has headers.

Definition:

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

See Also