Skip to main content

print out the time and function trees

Project description

Info

zprint 2018-08-20

Author: Zhao Mingming <471106585@qq.com>

Copyright: This module has been placed in the public domain.

version:0.0.4

  • add func zprint, print out the function list and time into stdout
  • add func eprint, print out the function list and time into stderr
  • add func zhelp, print demo script version:0.0.7
  • add func zprintr version:0.0.7
  • add func sys.stdout.flush()

Functions:

  • add func zprint, print out the function list and time into stdout
  • add func eprint, print out the function list and time into stderr

How To Use This Module

.. image:: funny.gif :height: 100px :width: 100px :alt: funny cat picture :align: center

  1. example code:

.. code:: python

from zprint import *

def fun2(): zprint(" I am in fun2",0)

def fun1(): zprint(" I am in fun1") fun2()

if name=="main": print 1 fun1()

Refresh

20180820

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zprint-0.0.11.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distributions

zprint-0.0.11-py2.7.egg (3.8 kB view hashes)

Uploaded Source

zprint-0.0.11-py2-none-any.whl (2.5 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page