| Server IP : 61.19.30.66 / Your IP : 216.73.216.15 Web Server : Apache/2.2.22 (Ubuntu) System : Linux klw 3.11.0-15-generic #25~precise1-Ubuntu SMP Thu Jan 30 17:39:31 UTC 2014 x86_64 User : www-data ( 33) PHP Version : 5.3.10-1ubuntu3.48 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python2.7/dist-packages/zope/interface/ |
Upload File : |
ó
ÔËÞKc @ s d Z d d l m Z y d d l m Z e Z Wn e k
rI e Z n Xd d l Z d „ Z d d „ Z
d „ Z d d „ Z
d
„ Z d S( s Class advice.
This module was adapted from 'protocols.advice', part of the Python
Enterprise Application Kit (PEAK). Please notify the PEAK authors
(pje@telecommunity.com and tsarna@sarna.org) if bugs are found or
Zope-specific changes are required, so that the PEAK version of this module
can be kept in sync.
PEAK is a Python application framework that interoperates with (but does
not require) Zope 3 and Twisted. It provides tools for manipulating UML
models, object-relational persistence, aspect-oriented programming, and more.
Visit the PEAK home page at http://peak.telecommunity.com for more information.
$Id: advice.py 110699 2010-04-09 08:16:17Z regebro $
iÿÿÿÿ( t FunctionType( t ClassTypeNc
C só | j } | j } | | k } d | k } d | k } | o? | } | oY | d | d k } | rx t j j | d ƒ p{ d } | o | j | k } | s¢ d } nA | r¸ | r¸ d } n+ | rÎ | rÎ d } n | sÝ d } n d } | | | | f S( s„ Return (kind,module,locals,globals) for a frame
'kind' is one of "exec", "module", "class", "function call", or "unknown".
t
__module__t __name__t exect modulet classs
function callt unknownN( t f_localst f_globalst syst modulest gett Nonet __dict__(
t frameR R t
sameNamespacet hasModulet hasNamet sameNameR t namespaceIsModulet kind( ( s9 /usr/lib/python2.7/dist-packages/zope/interface/advice.pyt getFrameInfo' s&