BPt.Dataset.get_scopes#

Dataset.get_scopes()[source]#

This returns the up to date scopes for the Dataset. Note that scopes can be accessed through self.scopes, but this function is reccomended instead, as self.scope may be missing the latest change applied.

Returns
scopesdict of sets

Returns a dictionary with column name as the key and a set containing all scopes associated with each column.