Lines Matching refs:buyer
26 BUYER = '''\
27 class Buyer:
48 # instantiate a buyer instance and put it in a magic place for the KOS
50 __kp__ = Buyer()
154 class Buyer:
185 # instantiate a buyer instance and put it in a magic place for the KOS
187 __kp__ = Buyer()
258 # Code: buyer program source
260 buyer = code.nextpart()
261 buyer.addheader("KP-Module-Name", "BuyerKP")
262 f = buyer.startbody("text/plain")
263 f.write(BUYER)