|
|
@ -342,7 +342,7 @@ index 31b40d8..352b187 100644 |
|
|
|
"""Iterate over all of the TypeAttribute children of this Interface.""" |
|
|
|
"""Iterate over all of the TypeAttribute children of this Interface.""" |
|
|
|
return filter(lambda x: isinstance(x, TypeAttribute), walktree(self)) |
|
|
|
return filter(lambda x: isinstance(x, TypeAttribute), walktree(self)) |
|
|
|
@@ -281,6 +284,11 @@ class SecurityContext(Leaf): |
|
|
|
@@ -281,6 +284,11 @@ class SecurityContext(Leaf): |
|
|
|
|
|
|
|
|
|
|
|
Raises ValueError if the string is not parsable as a security context. |
|
|
|
Raises ValueError if the string is not parsable as a security context. |
|
|
|
""" |
|
|
|
""" |
|
|
|
+ # try to translate the context string to raw form |
|
|
|
+ # try to translate the context string to raw form |
|
|
|