LibreOffice Module scripting (master) 1
Public Member Functions | Public Attributes | List of all members
pythonscript.PythonScript Class Reference
Inheritance diagram for pythonscript.PythonScript:
[legend]
Collaboration diagram for pythonscript.PythonScript:
[legend]

Public Member Functions

def __init__ (self, func, mod, args)
 
def invoke (self, args, out, outindex)
 
- Public Member Functions inherited from unohelper::Base
def getTypes (self)
 
def getImplementationId (self)
 

Public Attributes

 func
 
 mod
 
 args
 

Detailed Description

Definition at line 905 of file pythonscript.py.

Constructor & Destructor Documentation

◆ __init__()

def pythonscript.PythonScript.__init__ (   self,
  func,
  mod,
  args 
)

Definition at line 906 of file pythonscript.py.

Member Function Documentation

◆ invoke()

def pythonscript.PythonScript.invoke (   self,
  args,
  out,
  outindex 
)

Member Data Documentation

◆ args

pythonscript.PythonScript.args

Definition at line 909 of file pythonscript.py.

Referenced by pythonscript.PythonScript.invoke().

◆ func

pythonscript.PythonScript.func

Definition at line 907 of file pythonscript.py.

Referenced by pythonscript.PythonScript.invoke().

◆ mod

pythonscript.PythonScript.mod

Definition at line 908 of file pythonscript.py.

Referenced by pythonscript.PythonScript.invoke().


The documentation for this class was generated from the following file: