Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NIFTy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
6
Issues
6
List
Boards
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ift
NIFTy
Commits
a440afc4
Commit
a440afc4
authored
Jun 16, 2018
by
Martin Reinecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
don't set __all__ in nifty4/__init__.py
parent
2b33d347
Pipeline
#31117
passed with stages
in 1 minute and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
nifty4/__init__.py
nifty4/__init__.py
+2
-4
No files found.
nifty4/__init__.py
View file @
a440afc4
...
...
@@ -21,7 +21,5 @@ from .logger import logger
from
.multi
import
*
__all__
=
[
"__version__"
,
"dobj"
,
"DomainTuple"
]
+
\
domains
.
__all__
+
operators
.
__all__
+
minimization
.
__all__
+
\
[
"Field"
]
+
sugar
.
__all__
+
\
multi
.
__all__
# We deliberately don't set __all__ here, because we don't want people to do a
# "from nifty4 import *"; that would swamp the global namespace.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment