Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-python
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
perxis
perxis-python
Merge requests
!91
feat:
AUTO-4049
Add docstrings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat:
AUTO-4049
Add docstrings
feature/AUTO-4049
into
master
Overview
4
Commits
3
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Merged
Anton Teplyakov
requested to merge
feature/AUTO-4049
into
master
3 weeks ago
Overview
4
Commits
3
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
Closes
AUTO-4049
0
0
Merge request reports
Viewing commit
e89f2863
Prev
Next
Show latest version
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
e89f2863
feat:
AUTO-4047
Update description
· e89f2863
teplyakov
authored
1 week ago
perxis/provider.py
+
4
−
0
Options
@@ -9,6 +9,10 @@
- `PerxisDataProvider` сервис, предоставляющий методы для работы с элементами и
ссылками в конкретном окружении Perxis.
- `PerxisFileProvider` сервис, предоставляющий методы для загрузки файлов.
Принципиальная разница:
- `Wrapper` может работать с любым пространством.
- `Provider` работает только с конкретным.
"""
from
google.protobuf.struct_pb2
import
Struct
Loading