File: py_locals.py

package info (click to toggle)
cmd2 2.4.2%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,672 kB
  • sloc: python: 19,288; makefile: 88; sh: 16
file content (5 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (3)
1
2
3
4
5
# flake8: noqa F821
# Tests how much a pyscript can affect cmd2.Cmd.py_locals

del [locals()["test_var"]]
my_list.append(2)