save¶
- getml.project.save(filename=None, target_dir=None, replace=True)[source]¶
Saves the currently connected project to disk.
- Args:
filename (str): The name of the ‘.getml’ bundle file
- target_dir (str): the directory to save the bundle to.
If None, the current working directory is used.
replace (bool): Whether to replace an existing bundle.