Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LabelsTower
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
MaitresNageurs
README
LabelsTower
Commits
2ce61fab
Commit
2ce61fab
authored
4 years ago
by
erichard
Browse files
Options
Downloads
Patches
Plain Diff
move labelstower *.py into parent directory and change parent directory name to labelstower.
parent
3ee3253e
No related branches found
No related tags found
1 merge request
!62
Packager labelstower bis
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
labelstower/__init__.py
+1
-1
1 addition, 1 deletion
labelstower/__init__.py
labelstower/getter.py
+0
-0
0 additions, 0 deletions
labelstower/getter.py
labelstower/request_db.py
+1
-1
1 addition, 1 deletion
labelstower/request_db.py
labelstower/routes.py
+2
-2
2 additions, 2 deletions
labelstower/routes.py
with
4 additions
and
4 deletions
app/
labels
_system
/__init__.py
→
labels
tower
/__init__.py
+
1
−
1
View file @
2ce61fab
...
@@ -2,5 +2,5 @@ from flask import Blueprint
...
@@ -2,5 +2,5 @@ from flask import Blueprint
bp
=
Blueprint
(
'
sort
'
,
__name__
)
bp
=
Blueprint
(
'
sort
'
,
__name__
)
from
app.
labels
_system
import
routes
from
labels
tower
import
routes
This diff is collapsed.
Click to expand it.
app/
labels
_system
/getter.py
→
labels
tower
/getter.py
+
0
−
0
View file @
2ce61fab
File moved
This diff is collapsed.
Click to expand it.
app/
labels
_system
/request_db.py
→
labels
tower
/request_db.py
+
1
−
1
View file @
2ce61fab
from
typing
import
Dict
,
List
from
typing
import
Dict
,
List
from
app
import
db
from
labelstower
import
db
def
send_query_to_db
(
query
:
str
)
->
List
[
Dict
[
int
,
str
]]
:
def
send_query_to_db
(
query
:
str
)
->
List
[
Dict
[
int
,
str
]]
:
'''
'''
...
...
This diff is collapsed.
Click to expand it.
app/
labels
_system
/routes.py
→
labels
tower
/routes.py
+
2
−
2
View file @
2ce61fab
from
typing
import
Dict
,
List
from
typing
import
Dict
,
List
import
json
import
json
from
app.
labels
_system
.getter
import
get_selected_elements
,
get_discriminating_labels
,
get_high_discriminating_labels
,
get_user_selection
from
labels
tower
.getter
import
get_selected_elements
,
get_discriminating_labels
,
get_high_discriminating_labels
,
get_user_selection
from
app.
labels
_system
import
bp
from
labels
tower
import
bp
#URLs call to update labels and elements along researchs
#URLs call to update labels and elements along researchs
...
...
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