Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit 0380666

Browse files
committed
Remove wrong paragraph from TypeList docstring
1 parent 5beb443 commit 0380666

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pyof/foundation/basic_types.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -575,10 +575,6 @@ def pack(self, value=None):
575575
def unpack(self, buff, item_class, offset=0):
576576
"""Unpack the elements of the list.
577577
578-
This unpack method considers that all elements have the same size.
579-
To use this class with a pyof_class that accepts elements with
580-
different sizes, you must reimplement the unpack method.
581-
582578
Args:
583579
buff (bytes): The binary data to be unpacked.
584580
item_class (:obj:`type`): Class of the expected items on this list.

0 commit comments

Comments
 (0)