deepcave.layouts.not_found

# Not_Found

This module defines a custom layout for displaying a “NotFound” page.

## Classes
  • NotFoundLayout: Define a custom “NotFound” layout.

Classes

NotFoundLayout(url)

Define a custom "NotFound" layout.

class deepcave.layouts.not_found.NotFoundLayout(url)[source]

Bases: Layout

Define a custom “NotFound” layout.

Properties

urlstr

The url that could not be reached.

__call__()[source]

Call self as a function.

Return type:

List[Component]