-
Updated
Nov 14, 2020 - TypeScript
static-typing
Here are 61 public repositories matching this topic...
-
Updated
Nov 17, 2021 - Java
-
Updated
Oct 9, 2021 - TypeScript
-
Updated
Sep 13, 2021 - TypeScript
-
Updated
Nov 15, 2021 - Python
-
Updated
Nov 13, 2021 - C
-
Updated
Nov 17, 2021 - C++
-
Updated
May 17, 2021 - C++
-
Updated
Nov 7, 2021 - Shen
-
Updated
Sep 9, 2021 - Common Lisp
-
Updated
Nov 17, 2021 - Python
-
Updated
Nov 17, 2021 - Rust
-
Updated
Nov 17, 2021 - Python
-
Updated
May 16, 2021 - Python
-
Updated
Nov 7, 2021 - C++
Add tkinter module.
#148 introduced nice reprs for the shipped predicates and predicate factories. We can go a bit further and also implement specialized support for functools.partial
objects.
PoC
>>> po = partial(str.split, sep=".", maxsplit=3)
>>> f"{po.func.__qualname__}({', '.join(po.args)}, {', '.join(f'{k}={v!r}' for k, v in po.keywords.items())})"
"str.split(, sep='.', maxsplit=3)"
-
Updated
Jan 13, 2021 - C++
-
Updated
Nov 22, 2017 - JavaScript
-
Updated
Jun 24, 2021 - Python
-
Updated
May 3, 2018 - OCaml
Hi, guys,
Really appreciate you work! Thanks!
Could you advise how it can set up stubs in PyCharm? I attached stubs into IDE but get warnings for all parameters, as stubs does not have arguments. I use micropython-esp32-1_16
variant for generic esp32
board.
Could you advise how trick PyCharm somehow for validate only function/method names?
-
Updated
Feb 17, 2017 - C++
-
Updated
Oct 15, 2021 - Go
-
Updated
Jul 30, 2019 - Rust
-
Updated
Sep 1, 2017 - TypeScript
-
Updated
Mar 28, 2019 - Go
-
Updated
Aug 9, 2021 - C#
-
Updated
Aug 31, 2018 - Go
Improve this page
Add a description, image, and links to the static-typing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the static-typing topic, visit your repo's landing page and select "manage topics."