Package modules :: Package packages :: Module ie :: Class IE
[hide private]
[frames] | no frames]

Class IE

source code

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

Internet Explorer analysis package.

Instance Methods [hide private]
 
start(self, url)
Run analysis packege.
source code
 
check(self)
Check.
source code
 
finish(self)
Finish run.
source code

Inherited from lib.common.abstracts.Package: __init__, set_pids

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

start(self, url)

source code 

Run analysis packege.

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

check(self)

source code 

Check.

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

finish(self)

source code 

Finish run.

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