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()
3 Likes
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()