%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/local/lib/python2.7/
Upload File :
Create Path :
Current File : //usr/local/lib/python2.7/asynchat.pyo

ó
Męáac@sĘdZddlZddlZddlZddlmZddlmZddlm	Z	m
Z
ejejej
ejfZdejfd„ƒYZdd
d	„ƒYZd
dd„ƒYZd„ZdS(sĽA class supporting chat-style (command/response) protocols.

This class adds support for 'chat' style protocols - where one side
sends a 'command', and the other sends a response (examples would be
the common internet protocols - smtp, nntp, ftp, etc..).

The handle_read() method looks at the input stream for the current
'terminator' (usually '\r\n' for single-line responses, '\r\n.\r\n'
for multi-line output), calling self.found_terminator() on its
receipt.

for example:
Say you build an async nntp client using this class.  At the start
of the connection, you'll have self.terminator set to '\r\n', in
order to process the single-line greeting.  Just before issuing a
'LIST' command you'll set it to '\r\n.\r\n'.  The output of the LIST
command will be accumulated (using your own 'collect_incoming_data'
method) up to the terminator, and then control will be returned to
you - by calling your self.found_terminator() method.
i˙˙˙˙N(tdeque(tpy3kwarning(tfilterwarningstcatch_warningst
async_chatcBsšeZdZdZdZddd„Zd„Zd„Zd„Z	d„Z
d„Zd„Zd	„Z
d
„Zd„Zd„Zd
„Zd„Zd„Zd„Zd„Zd„ZRS(s‡This is an abstract class.  You must derive from this class, and add
    the two methods collect_incoming_data() and found_terminator()icCs8d|_g|_tƒ|_tjj|||ƒdS(Nt(tac_in_buffertincomingRt
producer_fifotasyncoret
dispatchert__init__(tselftsocktmap((s$/usr/local/lib/python2.7/asynchat.pyREs		cCstdƒ‚dS(Nsmust be implemented in subclass(tNotImplementedError(Rtdata((s$/usr/local/lib/python2.7/asynchat.pytcollect_incoming_dataVscCs|jj|ƒdS(N(Rtappend(RR((s$/usr/local/lib/python2.7/asynchat.pyt_collect_incoming_dataYscCsdj|jƒ}|j2|S(NR(tjoinR(Rtd((s$/usr/local/lib/python2.7/asynchat.pyt	_get_data\scCstdƒ‚dS(Nsmust be implemented in subclass(R(R((s$/usr/local/lib/python2.7/asynchat.pytfound_terminatorascCs
||_dS(sRSet the input delimiter.  Can be a fixed string of any length, an integer, or NoneN(t
terminator(Rtterm((s$/usr/local/lib/python2.7/asynchat.pytset_terminatordscCs|jS(N(R(R((s$/usr/local/lib/python2.7/asynchat.pytget_terminatorhscCsy|j|jƒ}Wn8tjk
rP}|jdtkrBdS|jƒdSX|j||_xŻ|jrt|jƒ}|j	ƒ}|sŞ|j
|jƒd|_qdt|tt
fƒr7|}||krý|j
|jƒd|_|j||_q|j
|j| ƒ|j||_d|_|jƒqdt|ƒ}|jj|ƒ}|dkrĽ|dkr„|j
|j| ƒn|j|||_|jƒqdt|j|ƒ}|rö||krň|j
|j| ƒ|j||_nPqd|j
|jƒd|_qdWdS(NiRi˙˙˙˙(trecvtac_in_buffer_sizetsocketterrortargst_BLOCKING_IO_ERRORSthandle_errorRtlenRRt
isinstancetinttlongRRtfindtfind_prefix_at_end(RRtwhytlbRtntterminator_lentindex((s$/usr/local/lib/python2.7/asynchat.pythandle_readpsN
		
	
cCs|jƒdS(N(t
initiate_send(R((s$/usr/local/lib/python2.7/asynchat.pythandle_write´scCs|jƒdS(N(tclose(R((s$/usr/local/lib/python2.7/asynchat.pythandle_closeˇscCsz|j}t|ƒ|kr\xNtdt|ƒ|ƒD]!}|jj||||!ƒq4Wn|jj|ƒ|jƒdS(Ni(tac_out_buffer_sizeR#txrangeRRR/(RRtsabsti((s$/usr/local/lib/python2.7/asynchat.pytpushşs	"cCs|jj|ƒ|jƒdS(N(RRR/(Rtproducer((s$/usr/local/lib/python2.7/asynchat.pytpush_with_producerĂscCsdS(s4predicate for inclusion in the readable for select()i((R((s$/usr/local/lib/python2.7/asynchat.pytreadableÇscCs|jp|jS(s4predicate for inclusion in the writable for select()(Rt	connected(R((s$/usr/local/lib/python2.7/asynchat.pytwritableĎscCs|jjdƒdS(sAautomatically close this channel once the outgoing queue is emptyN(RRtNone(R((s$/usr/local/lib/python2.7/asynchat.pytclose_when_doneÓscCsfx_|jra|jra|jd}|sO|jd=|dkrO|jƒdSn|j}y?tƒ0tr~tddtƒnt	|d|ƒ}WdQXWnCt
k
rÜ|jƒ}|rĚ|jj|ƒq|jd=qnXy|j
|ƒ}Wntjk
r|jƒdSX|r]|t|ƒks<|t|ƒkrP|||jd<q]|jd=ndSWdS(Nitignores.*buffer(RR;R=R2R3RRRtDeprecationWarningtbuffert	TypeErrortmoret
appendlefttsendRRR"R#(RtfirsttobsRtnum_sent((s$/usr/local/lib/python2.7/asynchat.pyR/×s:


	



$
cCs!d|_|j2|jjƒdS(NR(RRRtclear(R((s$/usr/local/lib/python2.7/asynchat.pytdiscard_buffers˙s	N(t__name__t
__module__t__doc__RR3R=RRRRRRRR.R0R2R7R9R:R<R>R/RJ(((s$/usr/local/lib/python2.7/asynchat.pyR<s(							D									(tsimple_producercBseZdd„Zd„ZRS(icCs||_||_dS(N(Rtbuffer_size(RRRO((s$/usr/local/lib/python2.7/asynchat.pyRs	cCsYt|jƒ|jkr?|j|j }|j|j|_|S|j}d|_|SdS(NR(R#RRO(Rtresult((s$/usr/local/lib/python2.7/asynchat.pyRCs		(RKRLRRC(((s$/usr/local/lib/python2.7/asynchat.pyRNstfifocBsAeZdd„Zd„Zd„Zd„Zd„Zd„ZRS(cCs(|stƒ|_nt|ƒ|_dS(N(Rtlist(RRR((s$/usr/local/lib/python2.7/asynchat.pyRscCs
t|jƒS(N(R#RR(R((s$/usr/local/lib/python2.7/asynchat.pyt__len__scCs|jS(N(RR(R((s$/usr/local/lib/python2.7/asynchat.pytis_emptyscCs|jdS(Ni(RR(R((s$/usr/local/lib/python2.7/asynchat.pyRF"scCs|jj|ƒdS(N(RRR(RR((s$/usr/local/lib/python2.7/asynchat.pyR7%scCs$|jrd|jjƒfSdSdS(Nii(iN(RRtpopleftR=(R((s$/usr/local/lib/python2.7/asynchat.pytpop(s	N(	RKRLR=RRSRTRFR7RV(((s$/usr/local/lib/python2.7/asynchat.pyRQs				cCs?t|ƒd}x(|r:|j|| ƒr:|d8}qW|S(Ni(R#tendswith(thaystacktneedletl((s$/usr/local/lib/python2.7/asynchat.pyR(=s(((RMR	terrnoRtcollectionsRtsysRtwarningsRRtEAGAINtEALREADYtEINPROGRESStEWOULDBLOCKR!R
RRNRQR((((s$/usr/local/lib/python2.7/asynchat.pyt<module>/sÉ(

Zerion Mini Shell 1.0