Skip to main content

Runtime type checking

Project description

rcheck

Runtime type checking.


Functions that return a boolean:

  • is_<type> such as is_int, is_bool, etc...
  • is_opt_<type> such as is_opt_int, is_opt_bool, etc.. for optional types

Functions that raise exceptions:

  • assert_<type> such as assert_int, assert_bool, etc...
  • assert_opt_<type> such as assert_opt_int, assert_opt_bool, etc... for optional types

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

rcheck-0.0.5.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

rcheck-0.0.5-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

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