Skip to content

Commit c984081

Browse files
committed
Add TODO
1 parent 7eb81ac commit c984081

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ptrlib/binary/packing/pack.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def p64(data: Union[List[PtrlibIntLikeT], List[float], PtrlibIntLikeT, float],
9494
Returns:
9595
bytes: A qword of bytes.
9696
"""
97+
# TODO: Allow generator
9798
if isinstance(data, list):
9899
return flat(data, lambda v: p64(v, byteorder))
99100

0 commit comments

Comments
 (0)