PythonObject.opCall

Undocumented in source. Be warned that the author may not have intended to support it.
  1. PythonObject opCall(A args)
    struct PythonObject
    opCall
    (
    A...
    )
    (
    auto ref A args
    )
    if (
    !anySatisfy!(isPythonObject, A)
    )
  2. PythonObject opCall(PythonObject args)
  3. PythonObject opCall(PythonObject args, PythonObject kwargs)

Meta