MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / ListComp

Function ListComp

Lib/lib2to3/fixer_util.py:89–111  ·  view source on GitHub ↗

A list comprehension of the form [xp for fp in it if test]. If test is None, the "if test" part is omitted.

(xp, fp, it, test=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

transformMethod · 0.50
transformMethod · 0.50

Calls 3

LeafClass · 0.85
NodeClass · 0.70
appendMethod · 0.45

Tested by

no test coverage detected