-
**Documentation**
Consider this code snippet:
```python
from typing import Iterable
class A:
attr1: Iterable[str] # narrows to different type, specific number of elements.
attr2…
-
Following on from keras-team/keras#18445 have you considered exposing the type information so that you can enumerate:
- _categorical_ All Optimizers, Losses, Layers, Metrics, &etc. available _out-o…
-
## Simple Summary
Something like this should compile:
```python
(a: bool, b: uint256) = True, 1
```
## Motivation
External calls can return tuples. Let's say there is an interface like `def fo…
-
Is this intended behavior?
```python
#Python 3.6.2 | packaged by conda-forge | (default, Jul 23 2017, 23:01:38)
#Type 'copyright', 'credits' or 'license' for more information
#IPython 6.2.1 -- A…
-
For tools using the CLI this amount of delay feels excessive. Around 1s of this time is performing imports. Here's the import flame graph:
(0.1s on `xarray.tutorial`?!?)
![sgkit-import-profile](ht…
-
##### Description
We want to support type hints, which was introduced for Python 3.5+. The feature will be added to Python API client as well as server (Flask).
Since this option is for 3.5+ onl…
-
A bit of a follow on to #153 and related to #183 as well as nautobot/nautobot#4761, I think some thought needs to be put into how this plugin documents and defines the best practice for implementing `…
-
## Simple Summary
Allow generic decimal types with parametrizable precision and bits settings.
## Motivation
Fixed point math is generally useful for smart contracts as one of the most common use…
-
We should check all docstring so that they match in the format. Add examples where needed.
-
@scoder We can start with the following ones, as they are already merged into master:
```
git branch -r --merged master | grep "origin/" | egrep -v 'master|release|0\..*'
origin/gh1807_getite…