GSI Object Oriented Online Offline (Go4)
GO4-6.4.0
Loading...
Searching...
No Matches
python
go4py
__init__.py
Go to the documentation of this file.
1
2
import
sys
3
major, minor = sys.version_info[0:2]
4
5
if
major == 2:
6
from
go4py
import
*
7
import
go4
8
import
convert
9
from
internals.addthispath
import
addthispath
10
from
internals.expmem
import
ExpMem
11
from
internals.reimport
import
reimport, reload
12
else
:
13
from
.go4py
import
MatchingObjects
14
from
.go4
import
realNone
15
from
.convert
import
list2hist, hist2list, eval_func
16
from
.internals.addthispath
import
addthispath
17
from
.internals.expmem
import
ExpMem
18
from
.internals.reimport
import
reimport, reload
Generated by
1.13.2