PydObject.unpack_call

Calls the PydObject with args.

  1. PydObject unpack_call(PydObject args = null)
    class PydObject
    unpack_call
    (
    PydObject args = null
    )
  2. PydObject unpack_call(PydObject args, PydObject kw)

Parameters

args
Type: PydObject

Should be a tuple of the arguments to pass. Omit to call with no arguments.

Return Value

Type: PydObject

Whatever this function object returns.

Meta