kigadgets.exceptions

Attributes

deprecate_warn_fun

Exceptions

NoDefaultUnits

Common base class for all non-exit exceptions.

Functions

put_import_warning_on_kicad()

Legacy scripts may attempt to import "kicad"

deprecate_member(old, new[, deadline])

Module Contents

exception kigadgets.exceptions.NoDefaultUnits(value)

Bases: Exception

digraph inheritancee139e9b96c { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "NoDefaultUnits" [URL="#kigadgets.exceptions.NoDefaultUnits",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; }

Common base class for all non-exit exceptions.

value
kigadgets.exceptions.put_import_warning_on_kicad()

Legacy scripts may attempt to import “kicad” Rather than ImportError, tell them about the rename

kigadgets.exceptions.deprecate_warn_fun
kigadgets.exceptions.deprecate_member(old, new, deadline='v0.5.0')