Graybyt3 Was Here
Linux cloud.locucionar.com 3.10.0-1160.81.1.el7.x86_64 #1 SMP Fri Dec 16 17:29:43 UTC 2022 x86_64
Apache
91.191.211.241
/
usr
/
lib64
/
python2.7
/
site-packages
/
zope
/
interface
/
common
[ HOME ]
Exec
Submit
mapping.pyo
� �/Qc @ s d Z d d l m Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e e e e f d � � YZ d S( s Mapping Interfaces i����( t Interfacet IItemMappingc B s e Z d Z d � Z RS( s% Simplest readable mapping object c C s d S( s^ Get a value for a key A KeyError is raised if there is no value for the key. N( ( t key( ( sC /usr/lib64/python2.7/site-packages/zope/interface/common/mapping.pyt __getitem__ s ( t __name__t __module__t __doc__R ( ( ( sC /usr/lib64/python2.7/site-packages/zope/interface/common/mapping.pyR s t IReadMappingc B s# e Z d Z d d � Z d � Z RS( s Basic mapping interface c C s d S( sa Get a value for a key The default is returned if there is no value for the key. N( ( R t default( ( sC /usr/lib64/python2.7/site-packages/zope/interface/common/mapping.pyt get! s c C s d S( s$ Tell if a key exists in the mapping.N( ( R ( ( sC /usr/lib64/python2.7/site-packages/zope/interface/common/mapping.pyt __contains__'