예제 #1
0
 def remove(self):
     raise Unavailable('remove the product from the card.')
예제 #2
0
 def quantity(self):
     raise Unavailable('determine the product quantity.')
예제 #3
0
 def add(self):
     raise Unavailable('add the product to the card.')
예제 #4
0
 def price(self):
     raise Unavailable('determine the product price.')
예제 #5
0
 def vendor_code(self):
     raise Unavailable('determine the vendor code.')
예제 #6
0
 def price(self):
     raise Unavailable('determine the position price.')
예제 #7
0
 def name(self):
     raise Unavailable('determine the position name.')
예제 #8
0
 def name(self):
     raise Unavailable('determine the product name.')