class documentation
class PackDataLike(Protocol):
Protocol for objects that behave like PackData.
| Method | __len__ |
Return the number of objects in the pack. |
| Method | close |
Close any open resources. |
| Method | iter |
Iterate over unpacked objects in the pack. |
| Class Variable | object |
Undocumented |