A backport of recent additions to the 'collections.abc' module.
Project description
Usage:
import backports_abc try: from collections.abc import Coroutine, Generator except ImportError: from collections import Coroutine, Generator
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
backports_abc-0.1.tar.gz
(3.9 kB
view hashes)