Searched refs:typing (Results 1 – 18 of 18) sorted by relevance
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | _typing.py | 10 from typing import ( 20 from typing import List, Dict, Tuple, Type 26 from typing import ParamSpec 36 from typing import Any, NoReturn, ClassVar, SupportsInt 40 from typing import TypeAlias
|
| H A D | __init__.py | 47 from . import _typing as typing unknown
|
| H A D | pkg_consistency_checks.py | 8 from typing import Any
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | conf.py | 17 import typing 215 from sphinx.util import typing 229 stringify_annotation_orig = typing.stringify_annotation 231 typing.stringify_annotation = stringify_annotation 235 stringify_annotation_orig = typing.stringify 237 typing.stringify = stringify_annotation 399 typing_overload = typing.overload 400 typing.overload = lambda arg: arg 405 typing.overload = typing_overload 407 from petsc4py import typing as tp
|
| H A D | documentation_standards.rst | 5 include `type annotations <python:typing>` for function parameters and results, 52 the types provided by typing prove to be inadequate. If no type is being 61 initial description and typing. 64 specified, even if this duplicates typing information. 94 Communicators in type signatures must use Python typing instead of c-typing
|
| H A D | reference.rst | 10 petsc4py.typing
|
| /petsc/src/binding/petsc4py/src/petsc4py/ |
| H A D | __main__.pyi | 1 from typing import Union
|
| H A D | __init__.pyi | 1 from typing import Union
|
| H A D | typing.py | 6 from typing import ( # novermin 12 from numpy.typing import (
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | stubtest-allowlist | 5 petsc4py.typing.Sequence
|
| /petsc/src/binding/petsc4py/demo/python_types/ |
| H A D | matpython_protocol.py | 1 from petsc4py.typing import Scalar
|
| /petsc/doc/ext/ |
| H A D | html5_petsc.py | 3 from typing import Any, Dict
|
| /petsc/doc/changes/ |
| H A D | dev.md | 21 - Add typing stubs for the Python extension module `petsc4py.PETSc`.
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | check_header_guard.py | 16 from typing import TypeVar, Union
|
| /petsc/doc/install/ |
| H A D | windows.md | 213 First, launch a MSYS2 MinGW x64 shell. Double-check this is the proper type of shell by typing
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | PETSc.pyx | 184 include "typing.pxi"
|
| H A D | Vec.pyx | 1282 typing.Any 1435 typing.Any 1507 typing.Any 3285 typing.Any
|
| /petsc/doc/manual/ |
| H A D | other.md | 101 Users can specify an alias for any option name (to avoid typing the
|