Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
pystencils
Commits
93d31273
Commit
93d31273
authored
1 year ago
by
Frederik Hennig
Browse files
Options
Downloads
Patches
Plain Diff
cleanup in expressions module
parent
2ab005a3
No related branches found
No related tags found
1 merge request
!375
Support for Boolean Operations and Relations
Pipeline
#64920
passed
1 year ago
Stage: Code Quality
Stage: Unit Tests
Stage: legacy_test
Stage: docs
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/pystencils/backend/ast/expressions.py
+0
-6
0 additions, 6 deletions
src/pystencils/backend/ast/expressions.py
with
0 additions
and
6 deletions
src/pystencils/backend/ast/expressions.py
+
0
−
6
View file @
93d31273
...
@@ -388,20 +388,14 @@ class PsCall(PsExpression):
...
@@ -388,20 +388,14 @@ class PsCall(PsExpression):
class
PsNumericOpTrait
:
class
PsNumericOpTrait
:
"""
Trait for operations valid only on numerical types
"""
"""
Trait for operations valid only on numerical types
"""
pass
class
PsIntOpTrait
:
class
PsIntOpTrait
:
"""
Trait for operations valid only on integer types
"""
"""
Trait for operations valid only on integer types
"""
pass
class
PsBoolOpTrait
:
class
PsBoolOpTrait
:
"""
Trait for boolean operations
"""
"""
Trait for boolean operations
"""
pass
class
PsUnOp
(
PsExpression
):
class
PsUnOp
(
PsExpression
):
__match_args__
=
(
"
operand
"
,)
__match_args__
=
(
"
operand
"
,)
...
...
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