- Timestamp:
- 28/06/10 10:19:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/ndg_xacml/ndg/xacml/core/context/result.py
r7087 r7108 258 258 @type TYPES: tuple 259 259 260 @ivar value: decision value261 @type value: string260 @ivar __value: decision value 261 @type __value: string 262 262 """ 263 263 … … 357 357 """ 358 358 @param decision: decision value to compare with self's 359 @type param: string or ndg.xacml.core.context.result.Decision359 @type decision: string or ndg.xacml.core.context.result.Decision 360 360 @return: True if the decision values match, False otherwise 361 361 @rtype: bool
Note: See TracChangeset
for help on using the changeset viewer.