Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
finam
Manage
Activity
Members
Labels
Plan
Issues
32
Issue boards
Milestones
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
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
FINAM
finam
Commits
bb506454
Commit
bb506454
authored
5 months ago
by
Sebastian Müller
🐈
Browse files
Options
Downloads
Patches
Plain Diff
add Mask to top level
parent
b925f4ee
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!286
Add mask to Info object
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/finam/__init__.py
+4
-2
4 additions, 2 deletions
src/finam/__init__.py
src/finam/data/__init__.py
+3
-0
3 additions, 0 deletions
src/finam/data/__init__.py
with
7 additions
and
2 deletions
src/finam/__init__.py
+
4
−
2
View file @
bb506454
...
...
@@ -79,6 +79,7 @@ Utilities for data and metadata handling.
:caption: Data tools
Info
Mask
UNITS
Interfaces
...
...
@@ -135,6 +136,7 @@ Built-in components, adapters and tool functions.
tools
"""
from
.
import
adapters
,
data
,
interfaces
,
modules
,
schedule
,
sdk
,
tools
from
.data.grid_spec
import
(
EsriGrid
,
...
...
@@ -145,7 +147,7 @@ from .data.grid_spec import (
UnstructuredPoints
,
)
from
.data.grid_tools
import
CellType
,
Location
from
.data.tools
import
UNITS
,
Info
from
.data.tools
import
UNITS
,
Info
,
Mask
from
.errors
import
(
FinamCircularCouplingError
,
FinamConnectError
,
...
...
@@ -225,7 +227,7 @@ __all__ += [
"
UnstructuredPoints
"
,
]
__all__
+=
[
"
CellType
"
,
"
Location
"
]
__all__
+=
[
"
UNITS
"
,
"
Info
"
]
__all__
+=
[
"
UNITS
"
,
"
Info
"
,
"
Mask
"
]
__all__
+=
[
"
FinamCircularCouplingError
"
,
"
FinamConnectError
"
,
...
...
This diff is collapsed.
Click to expand it.
src/finam/data/__init__.py
+
3
−
0
View file @
bb506454
...
...
@@ -47,6 +47,7 @@ Data tools
:noindex: UNITS
:noindex: Info
:noindex: Mask
assert_type
check
check_quantified
...
...
@@ -92,6 +93,7 @@ from .grid_tools import (
from
.tools
import
(
UNITS
,
Info
,
Mask
,
assert_type
,
check
,
check_data_covers_domain
,
...
...
@@ -139,6 +141,7 @@ __all__ += [
"
UNITS
"
,
"
FinamDataError
"
,
"
Info
"
,
"
Mask
"
,
"
assert_type
"
,
"
check
"
,
"
check_quantified
"
,
...
...
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