-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Description
hi, in your python script. rpc exports is used like this.
rpc.exports = {
enumerateRanges: function (prot) {
return Process.enumerateRangesSync(prot);
},
agent = script.exports
ranges = agent.enumerate_ranges(PERMS)
why it is called by the name enumerate_ranges instead of enumerateRanges?
Metadata
Metadata
Assignees
Labels
No labels