LibreOffice Module pyuno (master) 1
Classes | Functions | Variables
pythonloader Namespace Reference

Classes

class  Loader
 

Functions

def splitUrl (url)
 
def checkForPythonPathBesideComponent (url)
 
def encfile (uni)
 

Variables

string MODULE_PROTOCOL = "vnd.openoffice.pymodule:"
 
int DEBUG = 0
 
string g_supportedServices = "com.sun.star.loader.Python",
 
string g_implementationName = "org.openoffice.comp.pyuno.Loader"
 
dictionary g_loadedComponents = {}
 

Function Documentation

◆ checkForPythonPathBesideComponent()

def pythonloader.checkForPythonPathBesideComponent (   url)

Definition at line 42 of file pythonloader.py.

References encfile(), and unohelper.fileUrlToSystemPath().

Referenced by pythonloader.Loader.getModuleFromUrl().

◆ encfile()

def pythonloader.encfile (   uni)

◆ splitUrl()

def pythonloader.splitUrl (   url)

Definition at line 35 of file pythonloader.py.

Referenced by pythonloader.Loader.getModuleFromUrl().

Variable Documentation

◆ DEBUG

int pythonloader.DEBUG = 0

Definition at line 30 of file pythonloader.py.

◆ g_implementationName

string pythonloader.g_implementationName = "org.openoffice.comp.pyuno.Loader"

Definition at line 33 of file pythonloader.py.

◆ g_loadedComponents

dictionary pythonloader.g_loadedComponents = {}

Definition at line 41 of file pythonloader.py.

◆ g_supportedServices

string pythonloader.g_supportedServices = "com.sun.star.loader.Python",

Definition at line 32 of file pythonloader.py.

◆ MODULE_PROTOCOL

string pythonloader.MODULE_PROTOCOL = "vnd.openoffice.pymodule:"

Definition at line 29 of file pythonloader.py.