ServerPortfolio  2.0
Python parsers and server
 All Classes Namespaces Files Functions Variables Properties Pages
Classes | Variables
serverportfolio.Validation Namespace Reference

For graphical user validation before saving the data. More...

Classes

class  VerticalScrolledFrame
 A pure Tkinter scrollable frame that actually works!. More...
 
class  ValidationTkinter
 GUI interface to validate the update and saving of data. More...
 
class  ManagerTk
 Manage and serialize the access to a ValidationTkinter application, necessary when UpdateStock is run with multiple threads. More...
 
class  ValidationTkHP
 Small GUI, specific for dealing with list_csv. More...
 

Variables

dictionary test
 
tuple app = ValidationTkHP( test )
 

Detailed Description

For graphical user validation before saving the data.

For user validation before updating the data.

Last changed

Id:
Validation.py 21 2015-04-19 19:27:46Z michael

Variable Documentation

tuple serverportfolio.Validation.app = ValidationTkHP( test )

Definition at line 382 of file Validation.v1.py.

dictionary serverportfolio.Validation.test
Initial value:
1 = {
2  'HistPrice': {0: {'repl_add': 0, 'error': ['volume 0', [1425510000, 4929.04, 4974.64, 4926.09, 4963.51, 0.0]]}, 1: {'repl_add': 0, 'error': ['volume 0', [1425423600, 4882.94, 4917.35, 4856.14, 4917.35, 0.0]]}, 2: {'repl_add': 2, 'error': ['', [1425337200, 4922.43, 4936.47, 4863.92, 4869.25, 116619800.0]]}, 3: {'repl_add': 2, 'error': ['', [1425250800, 4937.43, 4950.59, 4900.11, 4917.32, 149942900.0]]}, 4: {'repl_add': 2, 'error': ['', [1424991600, 4905.77, 4951.48, 4903.09, 4951.48, 120717900.0]]}, 5: {'repl_add': 2, 'error': ['', [1424905200, 4884.89, 4910.62, 4877.24, 4910.62, 105228900.0]]}, 6: {'repl_add': 2, 'error': ['', [1424818800, 4885.0, 4894.6, 4863.22, 4882.22, 117214700.0]]}, 7: {'repl_add': 2, 'error': ['', [1424732400, 4865.68, 4899.52, 4843.96, 4886.44, 106329800.0]]}, 8: {'repl_add': 2, 'error': ['', [1424646000, 4872.13, 4875.97, 4832.36, 4862.3, 102128000.0]]}, 9: {'repl_add': 2, 'error': ['', [1424386800, 4821.38, 4837.93, 4780.81, 4830.9, 140055500.0]]}, 10: {'repl_add': 0, 'error': ['volume 0', [1424300400, 4788.4, 4841.69, 4770.17, 4833.28, 0.0]]}},
3  'Div': {0: {'repl_add': 0, 'error': ['volume 0', [1425510000, 4929.04, 4974.64, 4926.09, 4963.51, 0.0]]}, 1: {'repl_add': 0, 'error': ['volume 0', [1425423600, 4882.94, 4917.35, 4856.14, 4917.35, 0.0]]}, 2: {'repl_add': 2, 'error': ['', [1425337200, 4922.43, 4936.47, 4863.92, 4869.25, 116619800.0]]}, 3: {'repl_add': 2, 'error': ['', [1425250800, 4937.43, 4950.59, 4900.11, 4917.32, 149942900.0]]}, 4: {'repl_add': 2, 'error': ['', [1424991600, 4905.77, 4951.48, 4903.09, 4951.48, 120717900.0]]}, 5: {'repl_add': 2, 'error': ['', [1424905200, 4884.89, 4910.62, 4877.24, 4910.62, 105228900.0]]}, 6: {'repl_add': 2, 'error': ['', [1424818800, 4885.0, 4894.6, 4863.22, 4882.22, 117214700.0]]}, 7: {'repl_add': 2, 'error': ['', [1424732400, 4865.68, 4899.52, 4843.96, 4886.44, 106329800.0]]}, 8: {'repl_add': 2, 'error': ['', [1424646000, 4872.13, 4875.97, 4832.36, 4862.3, 102128000.0]]}, 9: {'repl_add': 2, 'error': ['', [1424386800, 4821.38, 4837.93, 4780.81, 4830.9, 140055500.0]]}, 10: {'repl_add': 0, 'error': ['volume 0', [1424300400, 4788.4, 4841.69, 4770.17, 4833.28, 0.0]]}}
4  }

Definition at line 378 of file Validation.v1.py.