Is there a Python equivalent for the __islocal property ?
Answering my own question ![]()
self.get("__islocal") does the job
Good
Better way you can use
self.is_new()
Ah that’s nice. I’m curious to know the difference though.
Is there a Python equivalent for the __islocal property ?
Answering my own question ![]()
self.get("__islocal") does the job
Good
Better way you can use
self.is_new()
Ah that’s nice. I’m curious to know the difference though.