Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/netaddr/contrib/__init__.py: 100%
1 statements
« prev ^ index » next coverage.py v7.2.7, created at 2023-06-07 06:45 +0000
« prev ^ index » next coverage.py v7.2.7, created at 2023-06-07 06:45 +0000
1#-----------------------------------------------------------------------------
2# Copyright (c) 2008 by David P. D. Moss. All rights reserved.
3#
4# Released under the BSD license. See the LICENSE file for details.
5#-----------------------------------------------------------------------------
6"""
7The netaddr.contrib namespace for non-core code contributed by users.
9It is a testing ground for new ideas. Depending on the interest in
10functionality found here, code may find its way into the core in various
11ways, either as is or as additions to existing APIs.
12"""