zfc@sdZddlZddlmZmZmZmZmZmZmZm Z m Z m Z m Z m Z mZmZmZmZddlZdddddgZd Zd dd YZeZdefd YZdefd YZdefdYZdefdYZedkrddlZddlZeej dj!Z"ee"ej#j$ej dddZ%x?e%j&D].Z'e%j(e'Z)e)Ge)j*Ge)j+GHqWndS(s2Interface to the compiler's internal symbol tablesiN(tUSEt DEF_GLOBALt DEF_LOCALt DEF_PARAMt DEF_IMPORTt DEF_BOUNDtOPT_IMPORT_STARtOPT_EXECt OPT_BARE_EXECt SCOPE_OFFt SCOPE_MASKtFREEtGLOBAL_IMPLICITtGLOBAL_EXPLICITtCELLtLOCALtsymtablet SymbolTabletClasstFunctiontSymbolcCs"tj|||}t||S(N(t _symtableRt_newSymbolTable(tcodetfilenamet compile_typettop((s /usr/lib64/python2.7/symtable.pyR stSymbolTableFactorycBs#eZdZdZdZRS(cCstj|_dS(N(tweakreftWeakValueDictionaryt_SymbolTableFactory__memo(tself((s /usr/lib64/python2.7/symtable.pyt__init__scCsK|jtjkrt||S|jtjkr>t||St||S(N(ttypeRt TYPE_FUNCTIONRt TYPE_CLASSRR(RttableR((s /usr/lib64/python2.7/symtable.pytnews   cCsQ||f}|jj|d}|dkrM|j||}|j|s<{0}SymbolTable for {1} in {2}>(t __class__RR+R-tnametformatR.(Rtkind((s /usr/lib64/python2.7/symtable.pyt__repr__,s   cCs||jjtjkrdS|jjtjkr2dS|jjtjkrKdS|jjdksxtdj|jjdS( Ntmoduletfunctiontclassiiisunexpected type: {0}(iii(R-R!Rt TYPE_MODULER"R#tAssertionErrorR5(R((s /usr/lib64/python2.7/symtable.pytget_type9scCs |jjS(N(R-tid(R((s /usr/lib64/python2.7/symtable.pytget_idCscCs |jjS(N(R-R4(R((s /usr/lib64/python2.7/symtable.pytget_nameFscCs |jjS(N(R-tlineno(R((s /usr/lib64/python2.7/symtable.pyt get_linenoIscCs&t|jjtjko"|jj S(N(tboolR-R!RR"t optimized(R((s /usr/lib64/python2.7/symtable.pyt is_optimizedLscCst|jjS(N(RCR-tnested(R((s /usr/lib64/python2.7/symtable.pyt is_nestedPscCst|jjS(N(RCR-tchildren(R((s /usr/lib64/python2.7/symtable.pyt has_childrenSscCst|jjttB@S(s"Return true if the scope uses exec(RCR-RDRR(R((s /usr/lib64/python2.7/symtable.pythas_execVscCst|jjt@S(s&Return true if the scope uses import *(RCR-RDR(R((s /usr/lib64/python2.7/symtable.pythas_import_starZscCs|jjjS(N(R-tsymbolstkeys(R((s /usr/lib64/python2.7/symtable.pytget_identifiers^scCsa|jj|}|dkr]|jj|}|j|}t|||}|j|R1(t_Function__paramsR't_Function__idents_matching(R((s /usr/lib64/python2.7/symtable.pytget_parametersscsF|jdkr?ttffd}|j||_n|jS(Ncs|t?t@kS(N(R R (R\(tlocs(s /usr/lib64/python2.7/symtable.pyR]R1(t_Function__localsR'RRR_(Rttest((Ras /usr/lib64/python2.7/symtable.pyt get_localss  csF|jdkr?ttffd}|j||_n|jS(Ncs|t?t@kS(N(R R (R\(tglob(s /usr/lib64/python2.7/symtable.pyR]R1(t_Function__globalsR'R R R_(RRc((Res /usr/lib64/python2.7/symtable.pyt get_globalss  cCs4|jdkr-d}|j||_n|jS(NcSs|t?t@tkS(N(R R R (R\((s /usr/lib64/python2.7/symtable.pyR]R1(t_Function__freesR'R_(Rtis_free((s /usr/lib64/python2.7/symtable.pyt get_freess N( R+R,R'R^RbRhRfR_R`RdRgRj(((s /usr/lib64/python2.7/symtable.pyRvs    cBseZdZdZRS(cCsR|jdkrKi}x!|jjD]}d||j(R5Rn(R((s /usr/lib64/python2.7/symtable.pyR7scCs|jS(N(Rn(R((s /usr/lib64/python2.7/symtable.pyR@scCst|jtj@S(N(RCRoRR(R((s /usr/lib64/python2.7/symtable.pyt is_referencedscCst|jt@S(N(RCRoR(R((s /usr/lib64/python2.7/symtable.pyt is_parameterscCst|jttfkS(N(RCRpR R (R((s /usr/lib64/python2.7/symtable.pyt is_globalscCst|jtkS(N(RCRpR (R((s /usr/lib64/python2.7/symtable.pytis_declared_globalscCst|jt@S(N(RCRoR(R((s /usr/lib64/python2.7/symtable.pytis_localscCst|jtkS(N(RCRpR (R((s /usr/lib64/python2.7/symtable.pyRiscCst|jt@S(N(RCRoR(R((s /usr/lib64/python2.7/symtable.pyt is_importedscCst|jt@S(N(RCRoR(R((s /usr/lib64/python2.7/symtable.pyt is_assignedscCs t|jS(sReturns true if name binding introduces new namespace. If the name is used as the target of a function or class statement, this will be true. Note that a single name can be bound to multiple objects. If is_namespace() is true, the name may also be bound to other objects, like an int or list, that does not introduce a new namespace. (RCRq(R((s /usr/lib64/python2.7/symtable.pyt is_namespaces cCs|jS(s.Return a list of namespaces bound to this name(Rq(R((s /usr/lib64/python2.7/symtable.pytget_namespacesscCs,t|jdkr!tdn|jdS(sReturns the single namespace bound to this name. Raises ValueError if the name is bound to multiple namespaces. is$name is bound to multiple namespacesi(tlenRqt ValueError(R((s /usr/lib64/python2.7/symtable.pyt get_namespaces N(R+R,R'R R7R@RrRsRtRuRvRiRwRxRyRzR}(((s /usr/lib64/python2.7/symtable.pyRs            t__main__iitexec((,t__doc__RRRRRRRRRRR R R R R RRRt__all__RRRtobjectRRRRR+tostsystopentargvtreadtsrctpathtsplittmodRNRTRStinfoRvRy(((s /usr/lib64/python2.7/symtable.pyts$ j   Q& @ )