TwiceAsNice  2019-02-18
Public Member Functions | Public Attributes | List of all members
basda2xx.switch Class Reference
Inheritance diagram for basda2xx.switch:
Inheritance graph
Collaboration diagram for basda2xx.switch:
Collaboration graph

Public Member Functions

def __init__ (self, value)
 
def __iter__ (self)
 
def match (self, args)
 
def __init__ (self, value)
 
def __iter__ (self)
 
def match (self, args)
 

Public Attributes

 value
 
 fall
 

Constructor & Destructor Documentation

◆ __init__() [1/2]

def basda2xx.switch.__init__ (   self,
  value 
)

◆ __init__() [2/2]

def basda2xx.switch.__init__ (   self,
  value 
)

Member Function Documentation

◆ __iter__() [1/2]

def basda2xx.switch.__iter__ (   self)
Return the match method once, then stop

◆ __iter__() [2/2]

def basda2xx.switch.__iter__ (   self)
Return the match method once, then stop

◆ match() [1/2]

def basda2xx.switch.match (   self,
  args 
)
Indicate whether or not to enter a case suite

◆ match() [2/2]

def basda2xx.switch.match (   self,
  args 
)
Indicate whether or not to enter a case suite

Member Data Documentation

◆ fall

basda2xx.switch.fall

◆ value

basda2xx.switch.value

The documentation for this class was generated from the following file: