KIDS  ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
Loading...
Searching...
No Matches
setup_old1 Namespace Reference

Functions

 reportError (message)
 
 removeRecursive (dir)
 
 removePackage (mod, verbose)
 
 uninstall (verbose=True)
 
 writeVersionPy (filename="pykids/version.py", major_version_num=MAJOR_VERSION_NUM, minor_version_num=MINOR_VERSION_NUM, build_info=BUILD_INFO)
 
 buildKeywordDictionary (major_version_num=MAJOR_VERSION_NUM, minor_version_num=MINOR_VERSION_NUM, build_info=BUILD_INFO)
 
 main ()
 

Variables

str MAJOR_VERSION_NUM = '@KIDS_MAJOR_VERSION@'
 
str MINOR_VERSION_NUM = '@KIDS_MINOR_VERSION@'
 
str BUILD_INFO = '@KIDS_BUILD_VERSION@'
 
str GIT_VERSION = '@KIDS_GIT_VERSION@'
 
bool IS_RELEASED = False
 
str __author__ = "Xin He"
 
str __version__ = "%s.%s" % (MAJOR_VERSION_NUM, MINOR_VERSION_NUM)
 

Function Documentation

◆ buildKeywordDictionary()

setup_old1.buildKeywordDictionary ( major_version_num = MAJOR_VERSION_NUM,
minor_version_num = MINOR_VERSION_NUM,
build_info = BUILD_INFO )

Definition at line 101 of file setup_old1.py.

References reportError().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

setup_old1.main ( )

Definition at line 213 of file setup_old1.py.

References buildKeywordDictionary(), main(), reportError(), uninstall(), and writeVersionPy().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ removePackage()

setup_old1.removePackage ( mod,
verbose )

Definition at line 35 of file setup_old1.py.

References removeRecursive().

Referenced by uninstall().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ removeRecursive()

setup_old1.removeRecursive ( dir)

Definition at line 26 of file setup_old1.py.

References removeRecursive().

Referenced by removePackage(), and removeRecursive().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ reportError()

setup_old1.reportError ( message)

Definition at line 20 of file setup_old1.py.

Referenced by buildKeywordDictionary(), and main().

Here is the caller graph for this function:

◆ uninstall()

setup_old1.uninstall ( verbose = True)

Definition at line 48 of file setup_old1.py.

References removePackage().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeVersionPy()

setup_old1.writeVersionPy ( filename = "pykids/version.py",
major_version_num = MAJOR_VERSION_NUM,
minor_version_num = MINOR_VERSION_NUM,
build_info = BUILD_INFO )

Definition at line 61 of file setup_old1.py.

Referenced by main().

Here is the caller graph for this function:

Variable Documentation

◆ __author__

str setup_old1.__author__ = "Xin He"
private

Definition at line 17 of file setup_old1.py.

◆ __version__

str setup_old1.__version__ = "%s.%s" % (MAJOR_VERSION_NUM, MINOR_VERSION_NUM)
private

Definition at line 18 of file setup_old1.py.

◆ BUILD_INFO

str setup_old1.BUILD_INFO = '@KIDS_BUILD_VERSION@'

Definition at line 13 of file setup_old1.py.

◆ GIT_VERSION

str setup_old1.GIT_VERSION = '@KIDS_GIT_VERSION@'

Definition at line 14 of file setup_old1.py.

◆ IS_RELEASED

bool setup_old1.IS_RELEASED = False

Definition at line 15 of file setup_old1.py.

◆ MAJOR_VERSION_NUM

str setup_old1.MAJOR_VERSION_NUM = '@KIDS_MAJOR_VERSION@'

Definition at line 11 of file setup_old1.py.

◆ MINOR_VERSION_NUM

str setup_old1.MINOR_VERSION_NUM = '@KIDS_MINOR_VERSION@'

Definition at line 12 of file setup_old1.py.