Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
43affb28
You need to sign in or sign up before continuing.
Commit
43affb28
authored
Dec 01, 2016
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(python): перегенерил интерфейс
parent
d660dc15
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
+26
-0
UInterface_wrap.cxx
python/lib/pyUniSet/UInterface_wrap.cxx
+0
-0
pyUniSet.py
python/lib/pyUniSet/pyUniSet.py
+26
-0
No files found.
python/lib/pyUniSet/UInterface_wrap.cxx
View file @
43affb28
This diff is collapsed.
Click to expand it.
python/lib/pyUniSet/pyUniSet.py
View file @
43affb28
...
...
@@ -154,6 +154,32 @@ def Params_inst():
return
_pyUniSet
.
Params_inst
()
Params_inst
=
_pyUniSet
.
Params_inst
class
ShortIOInfo
:
__swig_setmethods__
=
{}
__setattr__
=
lambda
self
,
name
,
value
:
_swig_setattr
(
self
,
ShortIOInfo
,
name
,
value
)
__swig_getmethods__
=
{}
__getattr__
=
lambda
self
,
name
:
_swig_getattr
(
self
,
ShortIOInfo
,
name
)
__repr__
=
_swig_repr
__swig_setmethods__
[
"value"
]
=
_pyUniSet
.
ShortIOInfo_value_set
__swig_getmethods__
[
"value"
]
=
_pyUniSet
.
ShortIOInfo_value_get
__swig_setmethods__
[
"tv_sec"
]
=
_pyUniSet
.
ShortIOInfo_tv_sec_set
__swig_getmethods__
[
"tv_sec"
]
=
_pyUniSet
.
ShortIOInfo_tv_sec_get
__swig_setmethods__
[
"tv_nsec"
]
=
_pyUniSet
.
ShortIOInfo_tv_nsec_set
__swig_getmethods__
[
"tv_nsec"
]
=
_pyUniSet
.
ShortIOInfo_tv_nsec_get
__swig_setmethods__
[
"supplier"
]
=
_pyUniSet
.
ShortIOInfo_supplier_set
__swig_getmethods__
[
"supplier"
]
=
_pyUniSet
.
ShortIOInfo_supplier_get
def
__init__
(
self
):
this
=
_pyUniSet
.
new_ShortIOInfo
()
try
:
self
.
this
.
append
(
this
)
except
Exception
:
self
.
this
=
this
__swig_destroy__
=
_pyUniSet
.
delete_ShortIOInfo
__del__
=
lambda
self
:
None
ShortIOInfo_swigregister
=
_pyUniSet
.
ShortIOInfo_swigregister
ShortIOInfo_swigregister
(
ShortIOInfo
)
class
UException
(
Exception
):
__swig_setmethods__
=
{}
__setattr__
=
lambda
self
,
name
,
value
:
_swig_setattr
(
self
,
UException
,
name
,
value
)
...
...
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