Update: python-per-line.py Version 0.0.12
2024-6-15 18:55:4 Author: blog.didierstevens.com(查看原文) 阅读量:9 收藏

Update: python-per-line.py Version 0.0.12

New option -O allows to use a function that receives a object per line as argument.

Like option -n, option -O is used to invoke a single Python function taking one argument, but this time the argument is an object in stead of a string. The object has several properties: item is the line (string), left is the previous line, right is the next line, index is equal to the line counter – 1.

python-per-line_V0_0_12.zip (http)
MD5: 16ADE95E968CAE357D1725659224FA0B
SHA256: 1B8D1D8B27A5F5D66FBAB5BACD0594B6A08E96EC03D0BAE08C616A3C172BFD0B

No comments yet.


文章来源: https://blog.didierstevens.com/2024/06/15/update-python-per-line-py-version-0-0-12/
如有侵权请联系:admin#unsafe.sh