Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cogniStance
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
Thomas Edwards
cogniStance
Commits
06dfede0
Commit
06dfede0
authored
10 months ago
by
Thomas Edwards
Browse files
Options
Downloads
Patches
Plain Diff
initial commit
parent
707e6cd3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.idea/cogniStance.iml
+1
-1
1 addition, 1 deletion
.idea/cogniStance.iml
.idea/misc.xml
+1
-1
1 addition, 1 deletion
.idea/misc.xml
.idea/modules.xml
+1
-1
1 addition, 1 deletion
.idea/modules.xml
main.py
+5
-13
5 additions, 13 deletions
main.py
with
8 additions
and
16 deletions
.idea/cogniStance.iml
+
1
−
1
View file @
06dfede0
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<content
url=
"file://$MODULE_DIR$"
>
<content
url=
"file://$MODULE_DIR$"
>
<excludeFolder
url=
"file://$MODULE_DIR$/.venv"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/.venv"
/>
</content>
</content>
<orderEntry
type=
"
inheritedJdk
"
/>
<orderEntry
type=
"
jdk"
jdkName=
"Python 3.9 (cognistance)"
jdkType=
"Python SDK
"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
</component>
</component>
</module>
</module>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.idea/misc.xml
+
1
−
1
View file @
06dfede0
...
@@ -3,5 +3,5 @@
...
@@ -3,5 +3,5 @@
<component
name=
"Black"
>
<component
name=
"Black"
>
<option
name=
"sdkName"
value=
"Python 3.9 (cogniStance1)"
/>
<option
name=
"sdkName"
value=
"Python 3.9 (cogniStance1)"
/>
</component>
</component>
<component
name=
"ProjectRootManager"
version=
"2"
project-jdk-name=
"Python 3.9 (cogni
S
tance
1
)"
project-jdk-type=
"Python SDK"
/>
<component
name=
"ProjectRootManager"
version=
"2"
project-jdk-name=
"Python 3.9 (cogni
s
tance)"
project-jdk-type=
"Python SDK"
/>
</project>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.idea/modules.xml
+
1
−
1
View file @
06dfede0
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<project
version=
"4"
>
<project
version=
"4"
>
<component
name=
"ProjectModuleManager"
>
<component
name=
"ProjectModuleManager"
>
<modules>
<modules>
<module
fileurl=
"file://$PROJECT_DIR$/.idea/cogniStance
1
.iml"
filepath=
"$PROJECT_DIR$/.idea/cogniStance
1
.iml"
/>
<module
fileurl=
"file://$PROJECT_DIR$/.idea/cogniStance.iml"
filepath=
"$PROJECT_DIR$/.idea/cogniStance.iml"
/>
</modules>
</modules>
</component>
</component>
</project>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
main.py
+
5
−
13
View file @
06dfede0
# This is a sample Python script.
from
flask
import
Flask
# Press ⌃R to execute it or replace it with your code.
app
=
Flask
(
__name__
)
# Press Double ⇧ to search everywhere for classes, files, tool windows, actions, and settings.
def
print_hi
(
name
):
@app.route
(
"
/
"
)
# Use a breakpoint in the code line below to debug your script.
def
home
():
print
(
f
'
Hi,
{
name
}
'
)
# Press ⌘F8 to toggle the breakpoint.
return
"
Hello World!
"
# Press the green button in the gutter to run the script.
if
__name__
==
'
__main__
'
:
print_hi
(
'
PyCharm
'
)
# See PyCharm help at https://www.jetbrains.com/help/pycharm/
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