Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flex Extract
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
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
Flexpart
Flex Extract
Commits
ab3dbdda
Commit
ab3dbdda
authored
7 years ago
by
Anne Philipp
Browse files
Options
Downloads
Patches
Plain Diff
added separations between modules, class and funtions
parent
9ac56eac
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
python/UIOTools.py
+10
-1
10 additions, 1 deletion
python/UIOTools.py
with
10 additions
and
1 deletion
python/UIOTools.py
+
10
−
1
View file @
ab3dbdda
...
...
@@ -22,16 +22,25 @@
which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
"""
# ------------------------------------------------------------------------------
# MODULES
# ------------------------------------------------------------------------------
import
os
import
glob
# ------------------------------------------------------------------------------
# Class
# ------------------------------------------------------------------------------
class
UIOFiles
:
'''
Class to manipulate files. At initialisation it has the attribute
suffix which stores a list of suffixes of the files associated
with the instance of the class.
'''
# --------------------------------------------------------------------------
# FUNCTIONS
# --------------------------------------------------------------------------
def
__init__
(
self
,
suffix
):
'''
@Description:
...
...
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