BddContext class

The BddContext class provides the main entry point of BDD Shell functionality and provides the runtime context of BDD Shell.

datasets()

The datasets() method retrieves the BDD data sets. The syntax is:
datasets()
The method returns all BddDatasets instances that belong to this connected BDD environment, as in this example:
>>> dss = bc.datasets()