Search code examples
Type-hinting for the __init__ function from class meta information in Python...


pythonsqlalchemypycharmtype-hinting

Read More
PhpStorm: Is there a way to enforce a type on the return statement using an inline PHPDoc annotation...


phplaravelphpstormtype-hintingphpdoc

Read More
Python: typing a generic function that receives a type and returns an instance of that type...


pythongenericstype-hinting

Read More
Typehinting lambda function as function argument...


pythonpython-2.7python-3.xtype-hinting

Read More
What is the difference between "cast(...)" and "... # type: ..."?...


pythontype-hinting

Read More
How can request.param be annotated in indirect parametrization?...


pythonpytestfixturestype-hinting

Read More
PHPStan keeps saying "No value type specified in iterable type" but it is specified...


phptype-hintingphpstan

Read More
Typehint googleapiclient.discovery.build returning value...


pythontype-hintinggoogle-api-python-client

Read More
Why I am suddenly getting a "Typed property must not be accessed before initialization" er...


phpdoctrine-ormphp-7type-hintingphp-7.4

Read More
Type hinting/specifying a type in lua...


typesluatype-hintingcode-hinting

Read More
How do I type hint a function that returns a zip object?...


pythontype-hinting

Read More
Type hint for a matplotlib color?...


pythonmatplotlibtype-hinting

Read More
Type hint pytz timezone...


pythontype-hintingpytz

Read More
How to check if an annotation is a ClassVar in Python?...


pythonpython-3.xtype-hinting

Read More
PHP: bool vs boolean type hinting...


phpbooleandefault-valuetype-hinting

Read More
GraphQL schema to python dataclasses codegen...


pythongraphqlcode-generationtype-hinting

Read More
Why can't I specify multiple types in a List in pydantic...


pythontypestype-hintingpydanticpython-dataclasses

Read More
How are array typehints declared in Python?...


pythontype-hinting

Read More
How to correctly add type hints to a decorator?...


pythonpython-decoratorstype-hinting

Read More
Python Type hinting with curses...


pythonpython-3.5python-3.6type-hintingpython-curses

Read More
How to specify dict_values in type hints?...


pythontype-hinting

Read More
Is there a type hint for an array of objects of a specific class in PHP 8.3?...


phptype-hintingphp-8.1php-8.2

Read More
Define a custom Type that behaves like typing.Any...


pythontypestype-hintingmypypython-dataclasses

Read More
Is there a way to specify a range of valid values for a function argument with type hinting in pytho...


pythonpython-3.xtype-hinting

Read More
Cannot pass null argument when using type hinting...


phptype-hinting

Read More
Passing on kwargs to complex functions...


pythonpython-3.5mypytype-hinting

Read More
Python type hinting with db-api...


pythoninterfacetype-hinting

Read More
Pipe notation for more than two types in a type hint...


pythontype-hinting

Read More
Correct type hint for multiple return values...


pythontype-hinting

Read More
What does the keyword "callable" do in PHP...


phptype-hintingcallabletype-declaration

Read More
BackNext