lambdas icon indicating copy to clipboard operation
lambdas copied to clipboard

Write short and fully-typed lambdas where you need them.

Results 26 lambdas issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.11 to 1.26.5. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Catastrophic backtracking in URL authority parser when passed URL...

Your library seems to be very promising, but in my case I would benefit from it the most, if it would have `__getattr__` implemented. When we can expect next release?...

When we define a class like this: ```python def func(): ... class MyClass: my_func = lambda self, arg: arg # or class MyAnotherClass: my_func = func ``` The coverage plugin...

enhancement
good first issue
hacktoberfest

Bumps [safety](https://github.com/pyupio/safety) from 2.1.1 to 2.2.0. Release notes Sourced from safety's releases. 2.2.0 What's Changed Eat stderr messages from git commands. by @​tarmack in pyupio/safety#399 Update from master branch by...

dependencies

The first line of the "Work in progress" did not make sense as the line originally above it ``` `_.some_attribute` is not supported yet, because we need a complex `mypy`...

## Problem Due to lack of `__iter__` implementation, Python is attempting to iterate over `_Callable` when possible. It's generally an undesired behavior, given the purposes of the `_Callable` class. You...

Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.7.1 to 4.9.0. Release notes Sourced from typing-extensions's releases. 4.9.0 This feature release adds typing_extensions.ReadOnly, as specified by PEP 705, and makes various other improvements, especially to...

dependencies

Bumps [mypy](https://github.com/python/mypy) from 1.5.1 to 1.7.1. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Stubgen will now include __all__ in its output if it is in the input...

dependencies

Bumps [pygments](https://github.com/pygments/pygments) from 2.16.1 to 2.17.2. Release notes Sourced from pygments's releases. 2.17.2 Fix a packaging issue on macOS (#2593) 2.17.1 Updated lexers: TOML: Fix bug making lexing of single-quoted...

dependencies

Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.12.1 to 0.12.3. Release notes Sourced from tomlkit's releases. 0.12.3 What's Changed chore(deps-dev): bump urllib3 from 1.26.17 to 1.26.18 by @​dependabot in sdispater/tomlkit#320 fix: Newline lost when...

dependencies