Field

Ticket #82 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

_self.subelements indexing by name?

Reported by: cassiel Assigned to: marc
Priority: minor Milestone:
Component: core Version:
Keywords: Cc:

Description (Last modified by marc)

This is in the documentation

_self.subelements["banana1"].python_source_v ='print"hello world!"'

but I get

print _self.subelements["X"] ⇢  !!python exception <only integer keys accepted>
 !! on line 1

Change History

08/01/2008 06:15:04 AM changed by marc

  • status changed from new to closed.
  • resolution set to fixed.
  • description changed.

Documentation was wrong. Subelements and superelements were just lists.

Fixed, changeset: 137