Contents Menu Expand Light mode Dark mode Auto light/dark mode
New Catalyst Python Project 0.4.2.dev0+gcaa0e19.d20230917 documentation
Logo
New Catalyst Python Project 0.4.2.dev0+gcaa0e19.d20230917 documentation
  • Licensing
  • Code of Conduct
  • Release Notes
  • API Reference
    • cheshire
      • cheshire.cli
      • cheshire.dummy
Back to top
Edit this page

cheshire.dummy#

A dummy module so coverage has something to cover.

Module Contents#

Functions#

do_something(→ int)

A dummy function that does something.

Attributes#

logger

cheshire.dummy.logger[source]#
cheshire.dummy.do_something(a: int = 0, b: int = 0) → int[source]#

A dummy function that does something.

Previous
cheshire.cli
Copyright © 202X-2023, Catalyst Cooperative, CC-BY-4.0
Made with Sphinx and @pradyunsg's Furo
On this page
  • cheshire.dummy
    • Module Contents
      • Functions
      • Attributes
        • logger
        • do_something()