Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B-ASIC - Better ASIC Toolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computer Engineering
B-ASIC - Better ASIC Toolbox
Merge requests
!224
Add documentation for save_load_structure
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add documentation for save_load_structure
saveloaddocs
into
master
Overview
0
Commits
1
Pipelines
1
Changes
3
Merged
Oscar Gustafsson
requested to merge
saveloaddocs
into
master
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
3
Expand
0
0
Merge request reports
Viewing commit
f7394ab8
Show latest version
3 files
+
10
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
f7394ab8
Add documentataion for save_load_structure
· f7394ab8
Oscar Gustafsson
authored
2 years ago
b_asic/save_load_structure.py
+
3
−
3
Options
"""
B-ASIC Save/Load Structure Module.
Contains functions for saving/loading SFGs to/from strings that can be
stored
as files.
Contains functions for saving/loading SFGs
and Schedules
to/from strings that can be
stored
as files.
"""
from
datetime
import
datetime
@@ -158,7 +158,7 @@ def python_to_sfg(path: str) -> Tuple[SFG, Dict[str, Tuple[int, int]]]:
)
def
schedule_to_python
(
schedule
:
Schedule
):
def
schedule_to_python
(
schedule
:
Schedule
)
->
str
:
"""
Given a schedule structure try to serialize it for saving to a file.
Loading