Package modules :: Package packages :: Module python :: Class Python
[hide private]
[frames] | no frames]

Class Python

source code

                  object --+    
                           |    
lib.common.abstracts.Package --+
                               |
                              Python

Python analysis package.

Instance Methods [hide private]
 
start(self, path)
Run analysis package.
source code

Inherited from lib.common.abstracts.Package: __init__, check, enum_paths, execute, finish, get_path, get_path_glob, init_regkeys, move_curdir, package_files, set_pids

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  PATHS = [("HomeDrive", "Python24", "python.exe"), ("HomeDrive"...

Inherited from lib.common.abstracts.Package: REGKEYS

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

start(self, path)

source code 

Run analysis package.

Raises:
  • NotImplementedError - this method is abstract.
Overrides: lib.common.abstracts.Package.start
(inherited documentation)

Class Variable Details [hide private]

PATHS

Value:
[("HomeDrive", "Python24", "python.exe"), ("HomeDrive", "Python25", "p\
ython.exe"), ("HomeDrive", "Python26", "python.exe"), ("HomeDrive", "P\
ython27", "python.exe"), ("HomeDrive", "Python32", "python.exe"), ("Ho\
meDrive", "Python33", "python.exe"), ("HomeDrive", "Python34", "python\
.exe"),]