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