Show More
@@ -416,7 +416,7 b' class ResultNS(object):' | |||||
416 |
|
416 | |||
417 | >>> ns = ResultNS({'a':17,'foo':range(3)}) |
|
417 | >>> ns = ResultNS({'a':17,'foo':range(3)}) | |
418 | >>> print ns |
|
418 | >>> print ns | |
419 |
|
|
419 | NS{'a': 17, 'foo': [0, 1, 2]} | |
420 | >>> ns.a |
|
420 | >>> ns.a | |
421 |
|
|
421 | 17 | |
422 | >>> ns['foo'] |
|
422 | >>> ns['foo'] |
General Comments 0
You need to be logged in to leave comments.
Login now