13 Mar
2017
13 Mar
'17
1:26 p.m.
On Mar 12, 2017, at 3:26 AM, Anuruddha Premalal <anuruddhapremalal@gmail.com> wrote:
Hello Community,
Is there a method in python extension to load an external data structure?. I just need to initialize a large MAC address array from a JSON. And use it in all the auth requests without re-reading it from the file every time.
Is there a way to achieve this?
I'm sure there's a way to do that in Python... The Python interpreter isn't sandboxed, you can do anything you need to . -Arran