annotate tests/data/conf1.py @ 106:b35837427a7a

Add an "add_varns()" function to add new namespaces for variables. Use the new function to register all builtin namespaces.
author Franz Glasner <hg@dom66.de>
date Sat, 24 Mar 2018 15:29:13 +0100
parents a0ed95975980
children ba5970a2dcef
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
93
84b9578cacce Start with unit tests
Franz Glasner <hg@dom66.de>
parents:
diff changeset
1 # -*- coding: utf-8 -*-
84b9578cacce Start with unit tests
Franz Glasner <hg@dom66.de>
parents:
diff changeset
2
84b9578cacce Start with unit tests
Franz Glasner <hg@dom66.de>
parents:
diff changeset
3 key1 = u"the value"
84b9578cacce Start with unit tests
Franz Glasner <hg@dom66.de>
parents:
diff changeset
4 key2 = 2
84b9578cacce Start with unit tests
Franz Glasner <hg@dom66.de>
parents:
diff changeset
5 key3 = 5.7
84b9578cacce Start with unit tests
Franz Glasner <hg@dom66.de>
parents:
diff changeset
6 key4 = True
84b9578cacce Start with unit tests
Franz Glasner <hg@dom66.de>
parents:
diff changeset
7 key5 = False
95
a0ed95975980 Test octal n umbers in values
Franz Glasner <hg@dom66.de>
parents: 93
diff changeset
8 key6 = 0o377