Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in type-hinting

Generate a type from another type and change fields to optional

python type-hinting

numpydoc: Can I omit the type declaration in the docstring when I use type hints?

Expected type 'str', got 'CharField' instead

Why does php return an empty Generator if function contains both return and yield?

type hint for an instance of any subclass of a class

python type-hinting mypy

Python 3.10 Type Hinting causes Syntax Error

mypy types issue - Possible overload variant

python type-hinting mypy

TypeVar inference broken by lru_cache decorator

Can not use an arrow function with return void type hinting

Correct way use type hints / generics to describe arguments of type class ("type")

PEP-484 Type Annotations with own types

the type of a variable that can be implicitly checked for "zeroness" or "emptiness"

python boolean type-hinting

Python type checking not working as expected

In python 3.9+, how to write a type alias for the builtin tuple type with ellipsis? (mypy bug?)

Define a custom Type that behaves like typing.Any

Type hint for returning non-instantiated class type [duplicate]

Type hinting with enumerations?

php enums type-hinting

Clojure giving reflection warnings depsite type hints

clojure type-hinting

Python metaprogramming: generate a function signature with type annotation

Avoiding type warning for lists of sortable elements