Difference between revisions of "Truxton Top Level Object"
Jump to navigation
Jump to search
(Created page with "This is the object that is created when you <code>import truxton</code> =Methods= ==<code>create()</code>== It will return a Truxton Object which is basic...") |
|||
| Line 7: | Line 7: | ||
==<code>etl()</code>== | ==<code>etl()</code>== | ||
This creates an [[TruxtonETL | ETL]] object to participate in exploitation. | This creates an [[TruxtonETL | ETL]] object to participate in exploitation. | ||
| + | |||
| + | ==<code>options()</code>== | ||
| + | This creates an [[TruxtonOptions | Options]] object to retrieve configuration variables. | ||
=Attributes= | =Attributes= | ||
Revision as of 04:57, 28 June 2020
This is the object that is created when you import truxton
Contents
Methods
create()
It will return a Truxton Object which is basically a connection to Truxton.
etl()
This creates an ETL object to participate in exploitation.
options()
This creates an Options object to retrieve configuration variables.
Attributes
There are hundreds of attributes to the object.
version
A string containing the version of Truxton this supports.
Defined Constants
The same constants used for file types and other purposes are present in the Truxton top level object.