Instructions.library_calls()

Returns a list of all library call instructions.

library_calls() → Instructions

Query Example

from glider import *

def query():

  return Instructions().library_calls().exec(1,4)

Output Example

This outputs the call to the Math.log10(value) library function.

Last updated