예제 #1
0
    def display(self, tab=''):
        """Print information about this object.

        Argument:
        Str:tab    -- '\t' for spacing this object.
        """
        display.ubi(self, tab)
예제 #2
0
 def display(self, tab=''):
     """Print information about this object.
     
     Argument:
     Str:tab    -- '\t' for spacing this object.
     """
     display.ubi(self, tab)
예제 #3
0
 def display(self, tab=''):
     display.ubi(self, tab)
예제 #4
0
 def display(self, tab=""):
     display.ubi(self, tab)