Search code examples
Python: TypeVar for multiple arguments at once...


pythonpython-3.xtype-hinting

Read More
type hinting for abstract method with fuzzy number of parameters...


pythontype-hintingdjango-manage.pytyper

Read More
Python type hint: Intersection of types (class implementing interface)...


pythonpython-3.xtype-hinting

Read More
How can I catch a "catchable fatal error" on PHP type hinting?...


phpfatal-errortype-hinting

Read More
Is it possible to set "self" context explicitly for type hinting in a random block?...


type-hintingyard

Read More
Type hinting - specify an array of objects...


phparraystype-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
Why I am suddenly getting a "Typed property must not be accessed before initialization" er...


phpphp-7type-hintingphp-7.4

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


phplaravelphpstormtype-hintingphpdoc

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


phptype-hintingphpstan

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


typesluatype-hintingcode-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
Define a custom Type that behaves like typing.Any...


pythontypestype-hintingmypypython-dataclasses

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


phptype-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
Is it possible to type hint exclusively a class object but exclude subclass objects?...


pythonpython-3.xtype-hinting

Read More
Type Hinting For Multiple Unrelated Interfaces...


phpoopinterfacetype-hinting

Read More
What's a good pattern for typehinting with `Literal` and then validating at runtime?...


pythonpython-3.xtype-hintingmypy

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


type-hintingpep8docstringnumpydoc

Read More
How to correctly type-hint a function with `pyqtSlot()` decorator inside `QRunnable` class?...


pythonpyqt5decoratortype-hinting

Read More
How to resolve "must be an instance of string, string given" prior to PHP 7?...


phptypestype-hinting

Read More
How to type hint a staticmethod+abstractmethod+property using Mypy in Python?...


pythontype-hintingmypy

Read More
What's the correct type hint for a metaclass method in Python that returns a class instance?...


pythontype-hintingmetaclass

Read More
How to add type hinting to "class" type in python...


pythontype-hinting

Read More
Is there a way to mark variables as constant / unchangeable in pyright?...


pythontype-hintingpyright

Read More
Unbound TypeVar variable in overloaded class...


pythonpython-3.xtype-hintingmypy

Read More
BackNext