ispec
0.0.1.dev1

For Users

  • Installation
  • Usage

For Developers/Contributors

  • API Reference
    • Decorators
    • Exceptions
    • Inspect
    • Mutators
    • Validators
  • Contributing
  • License
  • GitHub Repository
ispec
  • API Reference
  • View page source

API Reference

The API Reference is intended for developers, and provides an overview of all public and private objects, functions and methods implemented in ispec.

  • Decorators
    • abstractclass()
    • ispec()
    • typehint()
  • Exceptions
    • ClassValidationError
    • LocatedValidationError
    • MethodValidationError
  • Inspect
    • get_methods()
    • get_signature()
    • is_abstract()
    • is_bound()
  • Mutators
    • add_metaclass()
    • make_method_abstract()
    • set_methods_abstract()
  • Validators
    • validate_class_typehint()
    • validate_method_typehint()
Previous Next

© Copyright 2023, Clément GUICHARD <clement.guichard0@gmail.com>.

Built with Sphinx using a theme provided by Read the Docs.