Question:
I test ECC feature. I have .csv file with users numbers. When user A calls user B I need to take user A number and check if it is present in this .csv file.
Please help me to import a variable callingNumber from ‘saxXacmlHandler.py’ to ‘samplePolicyApp.py’.
I tried many times and usually have an error ‘is not defined’.
I will be glad any idea.
Thank you very much!
---------------------------------------------------------------------------------------------
Answer:
You have to access the variable through the class instance:
xacmlParser.callingNumber()
Comments
0 comments
Please sign in to leave a comment.