Autodoc

This is a run of automodule to grab classes, functions, and members from the demo module.

This is a demo module included in the docs in order to exercise viewcode, autodoc, and other related functionality.

class furo_demo_module.Foo[source]

A demo class of type Foo.

Has a method baz() returning ints.

baz() int[source]

Return a random integer. See also: https://xkcd.com/221/

furo_demo_module.bar(f: furo_demo_module.Foo) furo_demo_module.Foo[source]

the identity function, but only for Foos