Ejemplo n.º 1
0
 def dumptab_shares(self):
     for s in shares().get_all():
         print s.as_tab()
Ejemplo n.º 2
0
 def dump_shares(self):
     for s in shares().get_all():
         print s.as_text()
 def dumptab_shares(self):
     for s in shares().get_all():
         print s.as_tab()