numpkg
Type part of a name or a dotted path
Small package with numpy-style docstrings.
Exists so the parser tests cover the numpy section syntax (underlined section
titles, name : type parameter lines).
Classes
| Name | Description |
|---|---|
Grid | A rectangular grid of samples. |
Functions
| Name | Description |
|---|---|
resample | Scale a grid by a factor. |
Gridclass#
class Grid(width: int, height: int)A rectangular grid of samples.