Broadcastable

class kgpy.mixin.Broadcastable

Bases: object

Class to help with determining the shape of the optical configuration. In particular this class allows for cooperative subclassing by providing a default signature for the config_broadcast method.

__init__()

Attributes

broadcasted

shape

Methods

__init__()

Inheritance Diagram

digraph inheritanceede7fe19ca { bgcolor=transparent; rankdir=TB; size="8.0, 12.0"; "kgpy.mixin.Broadcastable" [URL="kgpy.mixin.Broadcastable.html#kgpy.mixin.Broadcastable",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",tooltip="Class to help with determining the shape of the optical configuration."]; }
property broadcasted
property shape