-
Updated
Jul 31, 2021 - Python
typing
Here are 523 public repositories matching this topic...
-
Updated
Jul 30, 2021 - TypeScript
-
Updated
Feb 29, 2020
-
Updated
May 23, 2021 - JavaScript
-
Updated
Mar 29, 2020 - JavaScript
-
Updated
Jun 27, 2021 - Python
-
Updated
Jun 27, 2021 - Python
-
Updated
Jul 20, 2021 - JavaScript
-
Updated
Nov 8, 2019 - Python
-
Updated
Jun 13, 2021 - JavaScript
-
Updated
Nov 15, 2020 - Python
-
Updated
Jun 6, 2020 - Python
-
Updated
Jun 14, 2021 - Python
-
Updated
Feb 3, 2017 - JavaScript
-
Updated
May 29, 2019 - Java
Just fix tests to use Factory instead of old style
Thanks to @WarenGonzaga for the idea of putting example usages in the README.
There is now an
If you have a particularly cool way of using Typing SVGs on your profile, show it off by leaving a link to your profile in t
Add speed parameter
It might be useful to provide some kind of error classes as part of this package.
For example, I use code like this:
from argparse import ArgumentError, ArgumentParser
def file_path(x: str):
d = Path(x)
if d.is_dir:
raise ArgumentError(f"{d} is a directory")
return d
parser = ArgumentParser()
parser.add_argument('output_file', type=file_path, help="Path to -
Updated
Mar 30, 2018 - CoffeeScript
-
Updated
Jul 17, 2021 - Python
We get the return annotation for free, so we should allow users to do something with it.
Improve this page
Add a description, image, and links to the typing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the typing topic, visit your repo's landing page and select "manage topics."

e.g.
while