Skip to main content

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)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page