GSI Object Oriented Online Offline (Go4)
GO4-6.2.0
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
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 on Tue Apr 26 2022 16:39:54 for GSI Object Oriented Online Offline (Go4) by
1.8.8