item_count Property
The number of records in the Item arrays.
Syntax
def get_item_count() -> int: ... def set_item_count(value: int) -> None: ...
item_count = property(get_item_count, set_item_count)
Default Value
0
Remarks
This property controls the size of the following arrays:
- item_author
- item_category
- item_category_domain
- item_comments
- item_description
- item_enclosure_length
- item_enclosure_type
- item_enclosure_url
- item_guid
- item_guid_is_perma_link
- item_link
- item_pub_date
- item_source
- item_source_url
- item_title
- item_xml
The array indices start at 0 and end at item_count - 1.