name_to_internal
- name_to_internal(element_name)[source]
Convert element name from user API to internal representation. Example:
- Return type:
>>> name_to_external("foo") foo:1 >>> name_to_external("foo[2]") foo:2
See
name_from_internal()for further information.