Property

<= Previous Change

Diff Summary
Title
Date 2007-10-16 16:59 2007-10-25 17:34
Editor Andrew Plotkin (zarf) Andrew Plotkin (zarf)

2007-10-16 16:59 by Andrew Plotkin
2007-10-25 17:34 by Andrew Plotkin
22
3The name of a property is a hierarchical qualified3The 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?)
44
5The value of a property can be any Python object. 5The value of a property can be any Python object. 
>(Including None, although that may confuse users.)>(Including None, although that may confuse users.)
>>
66
t7Properties can be set on the root channel from thet7Properties 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.)
88
9## API9## API
1010
11The [Channel] class will have these methods:11The [Channel] class will have these methods:
1212
Property - last changed 2007-10-25 17:34 by Andrew Plotkin (zarf)