Home | Top | ← | → | Overview | Module | Class | Index | Help |
|
About |
---|
|
||||
Version: 0.1.31
Author: Arno-Can Uestuensoez
Copyright: Copyright (C) 2010-2018 Arno-Can Uestuensoez @Ingenieurbuero Arno-Can Uestuensoez
License: Artistic-License-2.0 + Forced-Fairplay-Constraints
Submodules | |
|
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
Variables | |
ISSTR =
|
|
ISSTRBASE =
|
|
PYV2 = 16384
|
|
PYV27 = 18176
|
|
PYV2715 = 18191
|
|
PYV2716 = 18192
|
|
PYV27X = False
|
|
PYV3 = 24576
|
|
PYV31 = 24832
|
|
PYV32 = 25088
|
|
PYV33 = 25344
|
|
PYV34 = 25600
|
|
PYV35 = 25856
|
|
PYV35Less = False
|
|
PYV35Plus = True
|
|
PYV36 = 26112
|
|
PYV362 = 26114
|
|
PYV365 = 26117
|
|
PYV366 = 26118
|
|
PYV367 = 26119
|
|
PYV368 = 26120
|
|
PYV369 = 26121
|
|
PYV37 = 26368
|
|
PYV371 = 26369
|
|
PYV372 = 26370
|
|
PYV373 = 26371
|
|
PYV374 = 26372
|
|
PYV375 = 26373
|
|
PYV376 = 26374
|
|
PYV38 = 26624
|
|
PYV381 = 26625
|
|
PYV39 = 26880
|
|
PYV3X = True
|
|
PYV3X3 = False
|
|
PYVxyz = 26624
|
|
PythonIDsError = <class 'pythonids.PythonIDsError'>
|
|
PythonIDsImplementationError = <class 'pythonids.PythonIDsImpl
|
|
__cached__ =
|
|
__loader__ = <_frozen_importlib_external.SourceFileLoader obje
|
|
__package__ =
|
|
__spec__ = ModuleSpec(name='pythonids', loader=<_frozen_import
|
|
__uuid__ =
|
|
unicode = <class 'str'>
|
Function Details |
Decodes the compressed version 16bit integer bitmask into the corresponding string. The optional format string form provides the formatting of a 3-value interger tuple. E.g. form="%02d.%02d.%03d". Due to the spared error checks the string has to be correct! |
Split a version string separated by '.' into an integer tuple. decode_pysyntax_str_to_num('1.22.17') => (1, 22, 17) A tiny utility - frequently required. Args: Version string 'x.y.z'. Returns: Integer tuple (x, y, z) Raises: ValueError |
Encodes the version by calculating the 16bit integer bitmask for the provided Python release values.
Returns: The bitmask. Raises: pass-through |
Variables Details |
PythonIDsImplementationError
|
__cached__
|
__loader__
|
__spec__
|
Home | Top | ← | → | Overview | Module | Class | Index | Help |
|
About |
---|
Copyright(C) 2019 Arno-Can Uestuensoez @Ingenieurbuero Arno-Can Uestuensoez | https://arnocan.wordpress.com |
Generated by Epydoc 4.0.4 / Python-3.8 / fedora27 on Thu Dec 19 06:40:25 2019 | http://epydoc.sourceforge.net |