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

icecomet

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

icecomet

debug

  • 2.0.2
  • PyPI
  • Socket score

Maintainers
1

My Library

From version 1.2.0 |||| It subport for variable type : opject, as [pandas:DataFrame] [array:numpy] From version 1.2.1 |||| 1.2.1 that error For version 2.0.0 is restore code from version 1.3.5 becouse 1.4 is broke

#Working example
#This run should be the easiest to understand.
from iprint import *
a = 'icecomet'
ij(); ij(); ij()
ij('--------------------------------------------',c=ct.blue)
ij(a)
ij(a,'i'); ij(a,'t'); ij(a,'l') #The second attribute can contain 3 characters: i>value, l>len, t>type.
ij('--------------------------------------------',c=ct.blue)
ij(a,'tl') #Arrange them any way you want.
ij('--------------------------------------------',c=ct.blue)
ij(a,'itl') #Arrange them any way you want.
ij(a,'pf') #Arrange them any way you want.
ij('--------------------------------------------',c=ct.blue)
ij('--------------------------------------------',c=ct.greenk)
######################################################################################
ji(end=' >> '); ji(end=' >> '); ji()
ij('--------------------------------------------',c=ct.sky)
ji('icecomet',c=ct.red)
ji('luna',c=ct.blue)
ji('luna')
ji('icecomet')
ji('luna')
ji('luna')
ji('luna','p')
ji('luna','pf')

################################################

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