Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TranSSD-Python
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Package registry
Container registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Justus Müller
TranSSD-Python
Commits
cfbbf623
Commit
cfbbf623
authored
1 year ago
by
Justus Müller
Browse files
Options
Downloads
Patches
Plain Diff
doc: Add symbol documentation of symbol in write_pattern func
parent
8b75c34a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/drive_handle.py
+1
-0
1 addition, 0 deletions
src/drive_handle.py
with
1 addition
and
0 deletions
src/drive_handle.py
+
1
−
0
View file @
cfbbf623
...
...
@@ -147,6 +147,7 @@ class DriveHandle:
Writes the pattern file to the disk
Parameters:
symbol (chr): The symbol the pattern file shall be filled with
path (str): The path to the pattern file
"""
print
(
colored
(
f
"
[DriveHandle] Writing a file (
{
path
}
) with 0x
{
symbol
.
encode
().
hex
()
}
pattern to fill the disk.
"
,
"
light_grey
"
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment