Package saml
source code
Implementation of SAML 2.0 for NDG Security
NERC DataGrid Project
This implementation is adapted from the Java OpenSAML implementation.
The copyright and licence information are included here:
Copyright [2005] [University Corporation for Advanced Internet
Development, Inc.]
Licensed under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS"
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied. See the License for the specific language governing permissions
and limitations under the License.
Date:
22/07/08
Author:
P J Kershaw
Contact:
Philip.Kershaw@stfc.ac.uk
Copyright:
(C) 2009 Science and Technology Facilities Council
License:
http://www.apache.org/licenses/LICENSE-2.0
tuple (module, module)
|
|
module
|
importElementTree()
Imports ElementTree or the lxml ElementTree API depending on the
Config.use_lxml value and whether the lxml package is found. |
source code
|
|
|
__revision__ = ' $Id: __init__.py 8009 2012-01-30 16:19:43Z rwi ...
|
|
__package__ = None
hash(x)
|
Imports ElementTree and cElementTree, or the lxml ElementTree API,
depending on the Config.use_lxml value and whether the lxml package is
found.
- Returns: tuple (module, module)
- the ElementTree and cElementTree modules that have been imported
- None is returned instead of cElementTree if lxml is used.
|
Imports ElementTree or the lxml ElementTree API depending on the
Config.use_lxml value and whether the lxml package is found.
- Returns: module
- the element tree module that has been imported
|
__revision__
- Value:
' $Id: __init__.py 8009 2012-01-30 16:19:43Z rwilkinson $ '
|
|