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 [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) from 0.15.2 to 0.15.3. Release notes Sourced from wemake-python-styleguide's releases. Version 0.15.3 Bugfixes Fixes crash on python3.10 Fixes UselessReturningElseViolation to not report else with break #1958 Fixes ReassigningVariableToItselfViolation...

dependencies

I'm opening this issue to discuss the possible ways to implement `_.method()` Currently, we have this implementation: ```python class _Callable(object): def __getattr__( self, key: str, ) -> Callable[[_LambdaDynamicProtocol[T1]], T1]: return...

Is it possible to express this kind of lambda? `lambda a, b: a * b` I intuitively tried this approach, but it doesn't work... `_._1 * _._2`

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.0.2 to 4.1.2. Changelog Sourced from sphinx's changelog. Release 4.1.2 (released Jul 27, 2021) Incompatible changes #9435: linkcheck: Disable checking automatically generated anchors on github.com (ex. anchors...

dependencies

Bumps [nitpick](https://github.com/andreoliwa/nitpick) from 0.26.0 to 0.27.0. Release notes Sourced from nitpick's releases. v0.27.0 0.27.0 (2021-07-20) Bug Fixes cli: print "no violations" message (2fedd0a) cli: replace the "run" command by "fix"...

dependencies

Bumps [doc8](https://github.com/pycqa/doc8) from 0.8.1 to 0.9.0. Release notes Sourced from doc8's releases. 0.9.0 Major Changes Remove chardet based input encoding detection (#46) @​zgoda Remove support for py27 and py35 (#45)...

dependencies

Bumps [m2r2](https://github.com/crossnox/m2r2) from 0.2.7 to 0.3.1. Changelog Sourced from m2r2's changelog. Version 0.3.1 (2021-07-13) Fix argparse for python3.10 Version 0.3.0 (2021-07-12) Add support for mermaid code Change bump for bump2version...

dependencies

Bumps [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) from 0.7 to 0.7.1. Changelog Sourced from sphinxcontrib-mermaid's changelog. 0.7.1 (July 17, 2021) Update docs and tests for markdown support Commits bbf66ac bump 0.7.1 4613254 Update docs and...

dependencies

Bumps [mypy](https://github.com/python/mypy) from 0.812 to 0.910. Commits f5fc579 Bump version to 0.910 46ce325 Fix crash when inferring multiple assignment with overloaded function (#10689) 96366d1 Don't ask to install a stub...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies