Get Module OID¶
The “Module OID” is the logical Python notation for the [Object-Namebinding] of a loaded Python module:
1  | <module-file-path-rel>
 | 
The call signature is [Object Binding Functions]:
1  | get<obj>_module_oid()
 | 
Where <obj> is resolved to one of:
Caller
Frame
Module
E.g. in case of a Module by reference to the object [API]:
objectinfo.getmodule_oid