Package mcbase :: Package libs :: Package pagesources :: Module tools
[hide private]
[frames] | no frames]

Module tools

source code

Functions [hide private]
 
tr(s)
UTF-8 str'yi unicode'a çevirir.
source code
 
unpackAscii(asciiStr)
Verilen bir string'i base64 encoding ile açar, genişletir, daha sonra da uncPickle ederek serialize edilmiş nesneyi geri yaratır.
source code
Variables [hide private]
  PYQT_VERSION = 263428
  PYQT_VERSION_STR = '4.5.4'
  QT_VERSION = 263424
  QT_VERSION_STR = '4.5.0'
  QtCriticalMsg = 2
  QtDebugMsg = 0
  QtFatalMsg = 3
  QtSystemMsg = 2
  QtWarningMsg = 1
  __package__ = 'mcbase.libs.pagesources'
  qApp = <PyQt4.QtGui.QApplication object at 0x98ac5ec>
Function Details [hide private]

unpackAscii(asciiStr)

source code 

Verilen bir string'i base64 encoding ile açar, genişletir, daha sonra da uncPickle ederek serialize edilmiş nesneyi geri yaratır.

Parameters:
  • asciiStr - Daha önce packAscii() ile hazırlanmış bir string.