call
The call
function is used to call another public function from current function.
def call(fn, params):
Parameters
Example
Last updated
The call
function is used to call another public function from current function.
def call(fn, params):
Last updated