`sys.displayhook = lambda obj: None ` will block everything to be displayed on 
the interactive python console .

i rewrite my code as the following :

import sqlite3,os,jinja2
db = r'data.sqlite'
con = sqlite3.connect(db)
cur = con.cursor()

class status():
     def __init__():
         import sys
         sys.displayhook=mydisplay
def mydisplay(x):
         if (x is not the result of an method grow of class status ) : x  #how 
to do in python code?
         else : pass
def grow(self):
         self.res=  a data ananlyse process
         return(self.res)
def display(self):
         #to display it in the html table



how to fulfill the mydisplay function in python code to make x.grow() in the 
following not to output the list of self.res??


import analyse
x=analyse.status()
x.grow()


--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to