D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
lib64
/
python2.7
/
site-packages
/
zope
/
interface
/
common
/
Filename :
mapping.pyc
back
Copy
� �/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__'