| | | |
| The name of a property is a hierarchical qualified | | The name of a property is a hierarchical qualified |
| name: `com.eblong.whatever.prop` These names are | | name: `com.eblong.whatever.prop` These names are |
| not tied to sound package names. (Maybe they shoul | | not tied to sound package names. (Maybe they shoul |
| d be?) | | d be?) |
| | | |
| The value of a property can be any Python object. | | The value of a property can be any Python object. |
| (Including None, although that may confuse users.) | | (Including None, although that may confuse users.) |
| | | |
| | | |
| t | Properties can be set on the root channel from the | t | Properties can be set on the root channel from the |
| outside (command-line arguments, environment vari | | outside. You can use the `--prop` argument to Boo |
| ables, etc).
| | dler (`--prop KEY1=VAL1 --prop KEY2=VAL2`, etc). Y |
| | | ou can also set an environment variable (set `BOOD |
| | | LER_PROPERTIES` to `KEY1=VAL1,KEY2=VAL2`, etc.)
|
| | | |
| ## API | | ## API |
| | | |
| The [Channel] class will have these methods: | | The [Channel] class will have these methods: |
| | | |