A helper class to keep track of rule and UDT names. More...
Public Member Functions | |
def | __init__ (self) |
def | add (self, name) |
Add a name to the list. More... | |
def | get (self, name) |
Retrieve a name from the list. More... | |
Public Attributes | |
names | |
A helper class to keep track of rule and UDT names.
Maintains a list of rule/UDT names, the lower case for easy comparisons and the rule/UDT index for the name.
def apg_py.api.api.Api.NameList.add | ( | self, | |
name | |||
) |
def apg_py.api.api.Api.NameList.get | ( | self, | |
name | |||
) |