ATK.Models.DataPages#
- class ATK.Models.DataPages[source]#
Bases:
objectAttributes
Methods
open(target[, fname])Matches a datapage from
figuresto a specific target before opening it in the default browser.save(target, fname)Matches a datapage from
figuresto a specific target before saving it to local files.show([show_types, show_all])Prints structure to stdout in a human-readable format.
Attribute Descriptions
Method Descriptions
- open(target: Target | int, fname: Path | str | None = None) Self[source]#
Matches a datapage from
figuresto a specific target before opening it in the default browser.Optionally, the datapage can also be saved to local files.
- save(target: Target | int, fname: Path | str) Self[source]#
Matches a datapage from
figuresto a specific target before saving it to local files.
- show(show_types=False, show_all=False)[source]#
Prints structure to stdout in a human-readable format.
- Parameters:
- show_typesbool, optional
If True, print data types of structure attributes.
Default is
False- show_allbool, optional
If True, do not truncate printing of large iterables.
Default is
False.
- Returns:
self