List Question
20 TechQA 2024-02-23T23:55:26.390000How do I set a function in another node in Godot?
207 views
Asked by Samuel Ammonius STUDENT
Should I check the type of input to my class properties?
61 views
Asked by Parikshit
Typescript: Assign object Literal to typed variable / typeof object literal. Both possible?
28 views
Asked by Thomas
The implementation of Sequence interface is not sufficient to be a Sequence
80 views
Asked by Ali
Why can't Python infer that my class follows the Sequence protocol?
55 views
Asked by Alexander Soare
Type hinting mypy in list comprehension over duck-typed content
155 views
Asked by mutableVoid
SRTP member constraits can't see raw fields of C# classes?
92 views
Asked by nodakai
Duck Typing Annotations in Python3
145 views
Asked by Sean
How to type only the first positional parameter of a Protocol method and let the others be untyped?
365 views
Asked by giuliano-macedo
OR pattern with F# SRTP constraints is interpreted as AND
130 views
Asked by Natalie Perret
Is type inference based off the shape of an object possible in typescript?
54 views
Asked by Sheen
How to annotate a type that is a combination of multiple duck-types?
149 views
Asked by theberzi
Are abstract base classes redundant since Protocol classes were introduced?
1.3k views
Asked by NotAName
Duck Typing in Python (in order to mimic a String)
320 views
Asked by habrewning
A way in Python to agnostically append() / add() to a collection (or other receiver)?
170 views
Asked by Paul
How can I mention there should return any child of parent class in Python?
680 views
Asked by Roman
Distinguish dataclass classes from dataclass instances in python type hints
326 views
Asked by hiryu
Numpy duck array with string dtype unexpectedly throws `numpy.core._exceptions._UFuncNoLoopError`
203 views
Asked by Roy Smart
How to avoid if..else(or any conditionals) while deciding which method to be called?
752 views
Asked by Mani