FPIBG Utility
|
Variables | |
syspth = sys.path # | |
cwd = os.getcwd() # | |
str | shrddir = cwd + "\\python\\shared" # |
guser = getpass.getuser() # | |
bc = FPIBGBase("GlobalBaseClass") | |
myClass = PlotData("ExampleObject") | |
TestFPIBGPlotData.bc = FPIBGBase("GlobalBaseClass") |
TestFPIBGPlotData.cwd = os.getcwd() # |
TestFPIBGPlotData.guser = getpass.getuser() # |
TestFPIBGPlotData.myClass = PlotData("ExampleObject") |
str TestFPIBGPlotData.shrddir = cwd + "\\python\\shared" # |
TestFPIBGPlotData.syspth = sys.path # |