Contents Menu Expand
formate 0.6.0 documentation
Logo
formate 0.6.0 documentation
  • Home

Documentation

  • Usage
  • Configuration
  • Built-in Hooks
  • Creating your own hooks
  • Changelog
  • Downloading source code
  • License

API Reference

  • formate
  • formate.classes
  • formate.config
  • formate.dynamic_quotes
  • formate.ellipses
  • formate.exceptions
  • formate.imports
  • formate.mini_hooks
  • formate.reformat_generics
  • formate.utils

Links

  • GitHub
  • PyPI
  • Contributing Guide

Links

  • GitHub
  • PyPI

formate.exceptions¶

Exception classes.

exception HookNotFoundError(hook)[source]¶

Bases: ValueError

Exception to indicate the specified hook could not be found.

hook¶

Type:    Hook

The missing hook.

Next
formate.imports
Previous
formate.ellipses
Copyright © 2020-2022 Dominic Davis-Foster | Built with Sphinx and @pradyunsg's Furo theme. | Show Source
Contents
  • formate.exceptions
    • HookNotFoundError