Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zprint

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zprint

print out the time and function trees

  • 0.0.11
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc