Key | Value |
---|---|
FileName | ./usr/lib/python3.8/site-packages/astor/__pycache__/tree_walk.cpython-38.pyc |
FileSize | 5295 |
MD5 | ECC8031BCA5284F4BCAEBD518A7C3072 |
SHA-1 | 124860881B1F658D520290D6E3FD46BE45998D66 |
SHA-256 | CE58468DC9182B9DE7BCCFE8C186554A9FCD71ACFCA3171B82F4EDDD730E92B8 |
SSDEEP | 96:i+owLp3jMn/3K8nGn1cjuB8LQFkBqJmkbPAFd4MUYxdQD:1Boic2yjuBnlLCUSmD |
TLSH | T14EB1E883A989DFBFFEE3F7B5609A03446B60913B13561694347CC1451F471F508765AC |
hashlookup:parent-total | 2 |
hashlookup:trust | 60 |
The searched file hash is included in 2 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | B0DA6B6D9A66F819AB673BCC90D422D9 |
PackageArch | noarch |
PackageDescription | astor is designed to allow easy manipulation of Python source via the AST. There are some other similar libraries, but astor focuses on the following areas: - Round-trip an AST back to Python: - Modified AST doesn't need linenumbers, ctx, etc. or otherwise be directly compileable for the round-trip to work. - Easy to read generated code as, well, code - Can round-trip two different source trees to compare for functional differences, using the astor.rtrip tool (for example, after PEP8 edits). - Dump pretty-printing of AST - Harder to read than round-tripped code, but more accurate to figure out what is going on. - Easier to read than dump from built-in AST module - Non-recursive treewalk - Sometimes you want a recursive treewalk (and astor supports that, starting at any node on the tree), but sometimes you don't need to do that. astor doesn't require you to explicitly visit sub-nodes unless you want to: - You can add code that executes before a node's children are visited, and/or - You can add code that executes after a node's children are visited, and/or - You can add code that executes and keeps the node's children from being visited (and optionally visit them yourself via a recursive call) - Write functions to access the tree based on object names and/or attribute names - Enjoy easy access to parent node(s) for tree rewriting |
PackageName | python38-astor |
PackageRelease | 5.2 |
PackageVersion | 0.8.1 |
SHA-1 | ED377795D7A59413C4BA46541355BC8DA4B3529D |
SHA-256 | 170DF97B42681D9E15F7A5402DE7E4139EFB0B64261C2E543C1850E74A429FA1 |
Key | Value |
---|---|
MD5 | 789BCE7A8EE6EAAAFF4DED86CCFD2F1A |
PackageArch | noarch |
PackageDescription | astor is designed to allow easy manipulation of Python source via the AST. There are some other similar libraries, but astor focuses on the following areas: - Round-trip an AST back to Python: - Modified AST doesn't need linenumbers, ctx, etc. or otherwise be directly compileable for the round-trip to work. - Easy to read generated code as, well, code - Can round-trip two different source trees to compare for functional differences, using the astor.rtrip tool (for example, after PEP8 edits). - Dump pretty-printing of AST - Harder to read than round-tripped code, but more accurate to figure out what is going on. - Easier to read than dump from built-in AST module - Non-recursive treewalk - Sometimes you want a recursive treewalk (and astor supports that, starting at any node on the tree), but sometimes you don't need to do that. astor doesn't require you to explicitly visit sub-nodes unless you want to: - You can add code that executes before a node's children are visited, and/or - You can add code that executes after a node's children are visited, and/or - You can add code that executes and keeps the node's children from being visited (and optionally visit them yourself via a recursive call) - Write functions to access the tree based on object names and/or attribute names - Enjoy easy access to parent node(s) for tree rewriting |
PackageName | python3-astor |
PackageRelease | 4.3 |
PackageVersion | 0.8.1 |
SHA-1 | F979AB5F88485A969F2BD7C3276C7C55874A9AA4 |
SHA-256 | 78FED2A971E76A3C2A6B413ECA6F23A03BA0C670457D7DB661A82DEC5AEB5097 |