Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/backcall/__init__.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v7.4.4, created at 2024-04-20 06:09 +0000

1# -*- coding: utf-8 -*- 

2"""Specifications for callback functions passed in to an API""" 

3from .backcall import callback_prototype 

4 

5__author__ = 'Thomas Kluyver' 

6__email__ = 'takowl@gmail.com' 

7__version__ = '0.2.0'