Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
218e185b
Commit
218e185b
authored
Sep 18, 2014
by
Ioannis Papagiannopoulos
Committed by
Georgios Dagkakis
Oct 07, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
availableOperators method returns all pool operators that are available currently
parent
5f603ae8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
dream/simulation/OperatorPool.py
dream/simulation/OperatorPool.py
+6
-0
No files found.
dream/simulation/OperatorPool.py
View file @
218e185b
...
@@ -106,6 +106,12 @@ class OperatorPool(ObjectResource):
...
@@ -106,6 +106,12 @@ class OperatorPool(ObjectResource):
break
break
return
freeOperator
return
freeOperator
#===========================================================================
# returns the operators that are currently available
#===========================================================================
def
availableOperators
(
self
):
return
[
operator
for
operator
in
self
.
operators
if
operator
.
checkIfResourceIsAvailable
()]
# =======================================================================
# =======================================================================
# returns the resource
# returns the resource
# =======================================================================
# =======================================================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment