androlyze.model.script.dblyze package

Submodules

androlyze.model.script.dblyze.DBLyze module

class androlyze.model.script.dblyze.DBLyze.DBLyze[source]

Bases: object

This is the base class for all DBLyze scripts. It gives direct access to the RedundantStorage object. Therefore direct access to the result backend.

Sublcasses are intended for the evaluation part of the analysis.

See :py:method:`.SharedPreferences`

Attributes

ON_SCRIPT  

Methods

ON_SCRIPT = None
action_query_result_db(*args, **kwargs)[source]

Specialized version of :py:method:`androlyze.action_query_result_db` which sets the script version and name automatically

evaluate(storage, *args, **kwargs)[source]

Module contents