Python_2  1.0
Public Member Functions | Private Attributes | List of all members
_07_alarme_class.location Class Reference

Class for adjusting the environment, according to the operating system and locale: bindir, tempdir, and execdir. More...

Public Member Functions

def __init__ (self)
 
def getLocale (self)
 
def slash (self)
 
def bindir (self)
 
def exe (self)
 
def os (self)
 
def tempdir (self)
 

Private Attributes

 __os
 
 __bindir
 
 __tempdir
 
 __exe
 

Detailed Description

Class for adjusting the environment, according to the operating system and locale: bindir, tempdir, and execdir.

Constructor & Destructor Documentation

◆ __init__()

def _07_alarme_class.location.__init__ (   self)

Member Function Documentation

◆ bindir()

def _07_alarme_class.location.bindir (   self)

◆ exe()

def _07_alarme_class.location.exe (   self)

◆ getLocale()

def _07_alarme_class.location.getLocale (   self)
Returns the current locale (language,charcode).

◆ os()

def _07_alarme_class.location.os (   self)

◆ slash()

def _07_alarme_class.location.slash (   self)

◆ tempdir()

def _07_alarme_class.location.tempdir (   self)

Member Data Documentation

◆ __bindir

_07_alarme_class.location.__bindir
private

◆ __exe

_07_alarme_class.location.__exe
private

◆ __os

_07_alarme_class.location.__os
private

◆ __tempdir

_07_alarme_class.location.__tempdir
private

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