Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NIST
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marco De Donno
NIST
Commits
3a318c6d
Commit
3a318c6d
authored
5 years ago
by
Marco De Donno
Browse files
Options
Downloads
Patches
Plain Diff
Add the is_initialized() function
parent
de2a4356
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
NIST/core/__init__.py
+8
-0
8 additions, 0 deletions
NIST/core/__init__.py
with
8 additions
and
0 deletions
NIST/core/__init__.py
+
8
−
0
View file @
3a318c6d
...
...
@@ -1168,3 +1168,11 @@ class NIST( object ):
content
is
the
same
).
"""
return
deepcopy
(
self
)
def
is_initialized
(
self
):
try
:
self
.
get
(
"
1.003
"
)
return
True
except
:
return
False
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