File: with_.py

package info (click to toggle)
python-jedi 0.18.0-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 10,556 kB
  • sloc: python: 28,292; makefile: 172; ansic: 13
file content (2 lines) | stat: -rw-r--r-- 35 bytes parent folder | download
1
2
with open() as fin:
    fin.read()