Skip to main content

Installation

$ [sudo] pip install accepts

Features

  • support multiple types argument
  • support None argument
  • human readable detailed exception message

Examples

>>> from accepts import accepts
>>> @accepts(int)
def inc(value):
	return value+1

>>> inc(1) # ok

# multiple types
>>> @accepts((int,float))
>>> inc(1.5) # ok
>>> inc("string")
TypeError: inc() argument #0 is not instance of (<class 'int'>, <class 'float'>)

# None
>>> @accepts((int,float,type(None)))

readme42.com

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

accepts-2020.12.3.tar.gz (1.9 kB view details)

Uploaded Source

File details

Details for the file accepts-2020.12.3.tar.gz.

File metadata

  • Download URL: accepts-2020.12.3.tar.gz
  • Upload date:
  • Size: 1.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6

File hashes

Hashes for accepts-2020.12.3.tar.gz
Algorithm Hash digest
SHA256 72111ad4b8640f68c2d5081fcddc736c1c99cec0b6fad4fabfb8c13ff0966713
MD5 9a057b3d86a82959e7d508d7138d49ec
BLAKE2b-256 964257f92319a5b4d0336f8cdcfd8833e2d00104d7dfae8cead6da720383f461

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2020.12.3 This release

1 file

2020.7.1

1 file

2020.4.1

1 file

2019.4.13

1 file

2019.4.12

1 file

2019.3.23

2 files

2019.3.22

2 files

2018.11.19

2 files

1.0.4

2 files

1.0.3

1 file

1.0.2

1 file

1.0.1

1 file

1.0.0

1 file

0.0.110

1 file

0.0.108

1 file

0.0.107

1 file

0.0.106

1 file

0.0.105

1 file

0.0.104

1 file

0.0.103

1 file

0.0.102

1 file

0.0.101

1 file

0.0.100

1 file

0.0.99

1 file

0.0.98

1 file

0.0.97

1 file

0.0.96

1 file

0.0.95

1 file

0.0.92

1 file

0.0.91

1 file

0.0.89

1 file

0.0.88

1 file

0.0.86

1 file

0.0.83

1 file

0.0.81

1 file

0.0.79

1 file

0.0.78

1 file

0.0.76

1 file

0.0.71

1 file

0.0.70

1 file

0.0.68

1 file

0.0.67

1 file

0.0.57

1 file

0.0.51

1 file

0.0.29

1 file

0.0.28

1 file

0.0.27

1 file

0.0.26

1 file

0.0.25

1 file

0.0.24

1 file

0.0.23

1 file

0.0.22

1 file

0.0.21

1 file

0.0.20

1 file

0.0.19

1 file

0.0.18

1 file

0.0.17

1 file

0.0.16

1 file

0.0.15

1 file

0.0.14

1 file

0.0.13

1 file

0.0.12

1 file

0.0.11

1 file

0.0.10

1 file

0.0.9

1 file

0.0.8

1 file

0.0.7

1 file

0.0.6

1 file

0.0.5

1 file

0.0.4

1 file

0.0.2

1 file

0.0.1

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page