config root man

Current Path : /usr/local/lib/python2.5/test/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/local/lib/python2.5/test/test_MimeWriter.pyc

³ò
h”Rc	@s‡dZddklZdZdZdZd%d&d'd(d)d*d+gZd,d-d.d/d0d1gZd2d3d4d5d6d7gZd#„Zeƒd$S(8sÕTest program for MimeWriter module.

The test program was too big to comfortably fit in the MimeWriter
class, so it's here in its own file.

This should generate Barry's example, modulo some quotes and newlines.

iÿÿÿÿ(t
MimeWriters–INTERFACE Seller-1;

TYPE Seller = OBJECT
    DOCUMENTATION "A simple Seller interface to test ILU"
    METHODS
            price():INTEGER,
    END;
sIclass Buyer:
    def __setup__(self, maxprice):
        self._maxprice = maxprice

    def __main__(self, kos):
        """Entry point upon arrival at a new KOS."""
        broker = kos.broker()
        # B4 == Barry's Big Bass Business :-)
        seller = broker.lookup('Seller_1.Seller', 'B4')
        if seller:
            price = seller.price()
            print 'Seller wants $', price, '... '
            if price > self._maxprice:
                print 'too much!'
            else:
                print "I'll take it!"
        else:
            print 'no seller found here'
sy# instantiate a buyer instance and put it in a magic place for the KOS
# to find.
__kp__ = Buyer()
__kp__.__setup__(500)
tInterpretertpythonsInterpreter-Versions1.3s
Owner-NamesBarry WarsawsOwner-Rendezvoussbwarsaw@cnri.reston.va.ussHome-KSSskss.cnri.reston.va.ust
Identifiershdl://cnri.kss/my_first_knowbotsLaunch-DatesMon Feb 12 16:39:03 EST 1996s
Metadata-TypetcomplexsMetadata-Keyt
connectiontAccesss	read-onlysConnection-DescriptionsBarry's Big Bass Businesss
Connection-IdtB4sConnection-Directiontclientsgeneric-interfaces"Generic Interface for All Knowbotss
generic-kpc
Cs½ddk}t|iƒ}|iddƒ|iddƒ|iddƒ|idd	ƒ|id
dd(gddƒ}|idƒ|iƒ}|iddƒ|iƒ}|iddƒ|iddƒt|idƒƒ}x(tD] \}}|id||ƒqêW|i	ƒ~|iƒ}x(t
D] \}}|id||ƒq.W|idƒ}|itƒ~|iƒ}	|	idd)d*gƒ}t|ƒ}x(tD] \}}|	id||ƒq¨W|	idƒ|i
ƒ|iƒ}
|
idd ƒ|
iƒ}|id!d"ƒ|id#ƒ}|itƒ|
i
ƒ|iƒ}|id$d%ƒ|id&d'ƒ|iƒ}
|
id!d%ƒ|
id#ƒ}|itƒ|i
ƒ|i
ƒdS(+NiÿÿÿÿtFromsbwarsaw@cnri.reston.va.ustDatesMon Feb 12 17:21:48 EST 1996tToskss-submit@cnri.reston.va.ussMIME-Versions1.0tknowbott
801spam999tversions0.1tprefixis-This is a multi-part message in MIME format.
sknowbot-metadatat
802spam999sKP-Metadata-Typetsimples	KP-Accesss	read-onlysmessage/rfc822sKPMD-sKP-stext/islsmessage/external-bodysaccess-typetURLshdl://cnri.kss/generic-knowbotsknowbot-codet
803spam999sKP-Module-NametBuyerKPs
text/plainsKP-Main-Moduletmains
knowbot-statet
804spam999(sversions0.1(saccess-typeR(Rshdl://cnri.kss/generic-knowbot(tsysRtstdoutt	addheadertstartmultipartbodytwritetnextpartt	startbodytSIMPLE_METADATAtflushheaderstCOMPLEX_METADATAtSELLERtEXTERNAL_METADATAtlastparttBUYERtSTATE(Rttopleveltftmdtmd1tmtkeytvaluetmd2tmd3tcodetbuyertstatetst((s0/usr/local/lib/python2.5/test/test_MimeWriter.pyRPsj


	





N(Rspython(sInterpreter-Versions1.3(s
Owner-NamesBarry Warsaw(sOwner-Rendezvoussbwarsaw@cnri.reston.va.us(sHome-KSSskss.cnri.reston.va.us(Rshdl://cnri.kss/my_first_knowbot(sLaunch-DatesMon Feb 12 16:39:03 EST 1996(s
Metadata-Typescomplex(sMetadata-KeyR(Rs	read-only(sConnection-DescriptionsBarry's Big Bass Business(s
Connection-IdR(sConnection-DirectionR(s
Metadata-Typescomplex(sMetadata-Keysgeneric-interface(Rs	read-only(sConnection-Descriptions"Generic Interface for All Knowbots(s
Connection-Ids
generic-kp(sConnection-DirectionR(	t__doc__RR!R$R%RR R"R(((s0/usr/local/lib/python2.5/test/test_MimeWriter.pys<module>s2
				Z

Man Man