Ejemplo n.º 1
0
def fileUrlToSystemPath(url):
    """Returns a system path.

    This path is determined by the system that the Python interpreter is running on.
    """

    return pyuno.fileUrlToSystemPath(url)
Ejemplo n.º 2
0
def fileUrlToSystemPath(url):
    """Returns a system path.

    This path is determined by the system that the Python interpreter is running on.
    """

    return pyuno.fileUrlToSystemPath(url)
Ejemplo n.º 3
0
def fileUrlToSystemPath( url ):
    "returns a system path (determined by the system, the python interpreter is running on)"
    return pyuno.fileUrlToSystemPath( url )
Ejemplo n.º 4
0
def fileUrlToSystemPath(url):
    "returns a system path (determined by the system, the python interpreter is running on)"
    return pyuno.fileUrlToSystemPath(url)
Ejemplo n.º 5
0
def convert_url_to_path(url: str) -> str:
    """
    >>> convert_url_to_path('file:///var/tmp/libreoffice')
    '/var/tmp/libreoffice'
    """
    return pyuno.fileUrlToSystemPath(url)
Ejemplo n.º 6
0
def fileUrlToSystemPath(url):
    return pyuno.fileUrlToSystemPath(url)
def fileUrlToSystemPath(url):
    return pyuno.fileUrlToSystemPath(url)