1234567891011121314151617181920 |
- Module(body=[Import(names=[alias(name='sys',
- asname=None)]),
- Print(dest=None,
- values=[ListComp(elt=Call(func=Attribute(value=Name(id='x',
- ctx=Load()),
- attr='replace',
- ctx=Load()),
- args=[Str(s='\\'),
- Str(s='/')],
- keywords=[],
- starargs=None,
- kwargs=None),
- generators=[comprehension(target=Name(id='x',
- ctx=Store()),
- iter=Attribute(value=Name(id='sys',
- ctx=Load()),
- attr='argv',
- ctx=Load()),
- ifs=[])])],
- nl=True)])
|