This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
printr is a module that allows to emulate the print_r() function of PHP by | |
printing the objects properties of a class instance and its internal | |
structure | |
Use: | |
You must get an object of a class instance and then, you can call to | |
the printr function |