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.

Underscore similar to fn.py _

See original GitHub issue

Creating to discuss possibly implementing and better integrating something similar to _ in fn.py. From the 0.5.0 milestones:

Another idea is to implement the _ operator from fn.py. It is quite useful, but its overkill to require the library as a dependency and gimmicky to check if it exists just to import. This might open doors to integrate it more deeply as well.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
EntilZhacommented, Apr 6, 2016

With progress on a parallel computation engine, one possible reason for wanting this is that fn._ does not serialize well. Creating a custom one the specifically is meant for this could fix that problem

0reactions
EntilZhacommented, Sep 14, 2018

Closing for now, will re-open if it seems like it will be worked on soon.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What's the Meaning of Single and Double Underscores In ...
Single leading underscores are generally used in classes to define “internal” attributes. I put double quotes around internal because there is no such...
Read more >
The Meaning of Underscores in Python - dbader.org
Single underscores are a Python naming convention indicating a name is meant for internal use. It is generally not enforced by the Python...
Read more >
python - Why do some functions have underscores "__" before ...
Names surrounded by double underscores are "special" to Python. They're listed in the Python Language Reference, ...
Read more >
Role of Underscore(_) in Python Tutorial - DataCamp
Python automatically stores the value of the last expression in the interpreter to a particular variable called "_." You can also assign these...
Read more >
Underscore (_) in Python - GeeksforGeeks
The Python syntax is utilized such that underscores can be used as visual separators for digit grouping reasons to boost readability. This is...
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