Staging
v0.5.1
https://github.com/python/cpython
Revision cf22aa3bc698847459a6bf20c166aa80825b810a authored by Miss Islington (bot) on 30 November 2020, 17:07:26 UTC, committed by GitHub on 30 November 2020, 17:07:26 UTC
1 parent 03ae7e4
Raw File
Tip revision: cf22aa3bc698847459a6bf20c166aa80825b810a authored by Miss Islington (bot) on 30 November 2020, 17:07:26 UTC
bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH-23534) (GH-23569)
Tip revision: cf22aa3
panel.py
"""curses.panel

Module for using panels with curses.
"""

from _curses_panel import *
back to top