Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Priming site predictor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
zavolan_group
tools
Priming site predictor
Commits
cc44d460
Commit
cc44d460
authored
2 years ago
by
Max Bär
Browse files
Options
Downloads
Patches
Plain Diff
Deleted dummy class and function
parent
40dfef17
Branches
Branches containing commit
No related tags found
1 merge request
!21
Deleted dummy class and function
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
primingsitepredictor/classmodule.py
+0
-6
0 additions, 6 deletions
primingsitepredictor/classmodule.py
primingsitepredictor/funcmodule.py
+0
-3
0 additions, 3 deletions
primingsitepredictor/funcmodule.py
with
0 additions
and
9 deletions
primingsitepredictor/classmodule.py
deleted
100644 → 0
+
0
−
6
View file @
40dfef17
class
MyClass
():
def
__init__
(
self
,
name
):
self
.
name
=
name
def
say_name
(
self
):
print
(
'
name is {}
'
.
format
(
self
.
name
))
This diff is collapsed.
Click to expand it.
primingsitepredictor/funcmodule.py
deleted
100644 → 0
+
0
−
3
View file @
40dfef17
def
my_function
(
text_to_display
):
print
(
'
text from my_function :: {}
'
.
format
(
text_to_display
))
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