question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Why do we have our own print function?

See original GitHub issue

Seriously, what is paasta_print for, other than causing bugs?

I don’t remember. @mjksmith added it back in his internship, I assume for a good reason, but I think we’ve lost the theory of it.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
asottilecommented, Sep 14, 2018

stdin2scribe is a good example of an output that paasta commonly writes to that is not a tty

0reactions
Rob-Johnsoncommented, Jan 12, 2021

@keymone got rid of paasta_print in #2826

Read more comments on GitHub >

github_iconTop Results From Across the Web

Your Guide to the Python print() Function
In this step-by-step tutorial, you'll learn about the print() function in Python and discover some of its lesser-known features.
Read more >
The Python 'print()' Function Is More Powerful Than You Think
To wrap it up, the print() function has many more capabilities than Python developers usually know of, from simply printing to the console...
Read more >
What does the print function actually do other than displaying it?
print and printf are functions that can have a return value. In Python, print simply returns None . In C, the signature of...
Read more >
What is Python Print Function and How to Print in Python?
print() function prints a newline at the end of the output as default. Additionally, you can change it using the optional argument end....
Read more >
What's the difference between the print and the return functions?
I'll start with a basic explanation. print just shows the human user a string representing what is going on inside the computer. The...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found