Search code examples
Return type 'parent' in php trait methods...

phpphpstormtraitstype-hinting

Read More
Type hint for class with __dict__ method...

pythontype-hinting

Read More
PyCharm code completion and dynamic casting...

pythonpython-3.xpycharmtype-hintingcode-completion

Read More
Should Optional type annotation be used when an initialized input parameter is immediately set in th...

pythontype-hinting

Read More
Type hints for generic class union Callable...

pythontype-hinting

Read More
Is it possible to hint that a function parameter should not be modified?...

pythontype-hinting

Read More
Correct type hints for PandasUDFType.GROUPED_AGG that returns an array of doubles...

pysparktype-hintingpandas-udf

Read More
Proper way to type-hint undetermined (abstract) class attributes?...

pythonpython-3.xabstract-classtype-hinting

Read More
Python type-hints where only the first item is None...

pythontype-hintingmypy

Read More
Way to verify if variable is a valid GD image resource?...

phpgdtype-hinting

Read More
Potentially polymorphic call when calling a method of undeclared interface...

phptype-hintingphp-8

Read More
How to keep linters from complaining about type hints that don't match on a technicality?...

pythontype-hinting

Read More
How can I properly type a subclass of class which sub-types a Generic base class?...

pythontype-hintingmypy

Read More
How to return a anonymous NamedTuple in python defined only in the return type hint...

pythontypescripttype-hinting

Read More
Why Union[List[List[int]], List[int]] is casted to List[Union[List[List[int]], List[int]]]? (Correct...

pythontype-hintingmypy

Read More
String type casing in php, is it string or String?...

phpphp-7type-hintingtype-declaration

Read More
Overload type hint with Literal and Enum not working in PyCharm...

pythonpycharmtype-hinting

Read More
How do I type hint for Enums in Python?...

pythonenumstype-hinting

Read More
How to type only the first positional parameter of a Protocol method and let the others be untyped?...

pythontype-hintingmypypython-3.9duck-typing

Read More
Python list.sort(key=lambda x: ...) type hints...

pythonlambdatypestype-hintingmypy

Read More
How do i correctly type hint in my own python package...

pythonpycharmtype-hinting

Read More
Access subtype of type hint...

pythontype-hinting

Read More
What is the correct way to type hint a homogenous Queue in Python3.6 (especially for PyCharm)?...

pycharmpython-3.6type-hintingmypy

Read More
Type hints for the generic utility in the Django...

pythondjangotype-hinting

Read More
Typehinting async function and passing to asyncio.create_task...

pythonpycharmtype-hinting

Read More
Type annotations for full class hierarchy in Python...

pythonclasstype-hintingpython-3.10

Read More
type hint for generic attribute inside abstract class...

pythonpython-3.xabstract-classtype-hinting

Read More
Specify return type of a wrapper function that calls an abstract method in Python...

pythonobjectabstract-classtype-hinting

Read More
Python Type Hint for Returning Concrete Class...

pythonpython-3.xtype-hintingpylance

Read More
Python typing: Use a class variable's value as return type of a (mixin) method...

pythontype-hintingmypy

Read More
BackNext