| commit | 6c3311d53beed5bd229efeaaa4fefc330de3ddea | [log] [tgz] |
|---|---|---|
| author | FeRD (Frank Dana) <ferdnyc@gmail.com> | Sat Jan 06 04:19:45 2024 -0500 |
| committer | FeRD (Frank Dana) <ferdnyc@gmail.com> | Mon Jan 29 05:23:37 2024 -0500 |
| tree | 47963be020f7b7a9105eb2677fa2fd9d39383360 | |
| parent | 7aacae4e0e08ce20bb2d46c2394eeae005d249d2 [diff] |
Help: Document property redefinition semantics Add a section to the `define_property()` documentation which details the behavior when attempting to redefine an existing property. (The command is silently ignored.) Provide an example using `get_property()` to examine a property definition created with `define_property()`.