Function bind_self

  • Binds a function's this value to itself.

    This is useful for creating callable objects where this refers to the callable object itself.

    Parameters

    • func: any

    Returns any

Generated using TypeDoc