Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils-sfg
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
pystencils-sfg
Commits
fce5897c
Commit
fce5897c
authored
7 months ago
by
Frederik Hennig
Browse files
Options
Downloads
Patches
Plain Diff
remove duplicate standard import from test script
parent
5c595075
No related branches found
No related tags found
No related merge requests found
Pipeline
#69660
passed
7 months ago
Stage: Code Quality
Stage: Tests
Stage: Documentation
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/generator_scripts/scripts/SimpleClasses.py
+0
-3
0 additions, 3 deletions
tests/generator_scripts/scripts/SimpleClasses.py
with
0 additions
and
3 deletions
tests/generator_scripts/scripts/SimpleClasses.py
+
0
−
3
View file @
fce5897c
from
pystencilssfg
import
SourceFileGenerator
from
pystencilssfg
import
SourceFileGenerator
with
SourceFileGenerator
()
as
sfg
:
with
SourceFileGenerator
()
as
sfg
:
sfg
.
include
(
"
<cstdint>
"
)
sfg
.
klass
(
"
Point
"
)(
sfg
.
klass
(
"
Point
"
)(
sfg
.
public
(
sfg
.
public
(
sfg
.
method
(
"
getX
"
,
returns
=
"
const int64_t &
"
,
const
=
True
,
inline
=
True
)(
sfg
.
method
(
"
getX
"
,
returns
=
"
const int64_t &
"
,
const
=
True
,
inline
=
True
)(
...
...
This diff is collapsed.
Click to expand it.
Frederik Hennig
@da15siwa
mentioned in commit
cf2d5d53
·
7 months ago
mentioned in commit
cf2d5d53
mentioned in commit cf2d5d53451b87f6f049417877440fa61bafa0aa
Toggle commit list
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