Search code examples
python : using type hints to dynamically check types...

pythontype-hintingtypingduck-typing

Read More
Abstract class Container - Python...

pythonoopabstract-classduck-typingbuilt-in-types

Read More
Redefine Method of an Object...

pythonmetaprogrammingduck-typing

Read More
Using LINQ, is it possible to output a dynamic object from a Select statement? If so, how?...

c#.netdynamicduck-typingexpandoobject

Read More
Python assert isinstance() Vector...

pythonassertduck-typingisinstance

Read More
About "eval is evil" and "consenting adults"...

pythonconventionsduck-typing

Read More
How to express hasattr() duck typing logic with structural pattern matching?...

pythonduck-typingpython-3.10structural-pattern-matching

Read More
How to test if a class satisfies a concept in C++?...

c++c++20c++-conceptsstatic-typingduck-typing

Read More
How can I tell if a javascript string is a number OR a date?...

javascriptdateparsingduck-typing

Read More
How do you implement Object-Oriented polymorphism in a functional language?...

oopfunctional-programmingpolymorphismduck-typing

Read More
Typescript + Next.js not type checking function parameters/arguments...

javascripttypescriptduck-typingstructural-typing

Read More
Type checking on React Native plugin...

javaandroidreact-nativeapi-designduck-typing

Read More
Can the C# compiler use duck typing with foreach over a generic type?...

c#genericsduck-typing

Read More
How would I process two classes that are exactly the same except by name?...

c#.net-coresoap-clientpartial-classesduck-typing

Read More
Do checks like `hash?` in Racket support duck-typing?...

racketcontractduck-typing

Read More
Implement duck typing using java MethodHandles...

javaannotationsduck-typingmethodhandleinvokedynamic

Read More
Merging / grouping class instances...

pythonpolymorphismmagic-methodsduck-typing

Read More
How to document a duck type?...

pythondocumentationduck-typing

Read More
Duck typing / dynamic proxies on existing instances of objects...

c#castleduck-typingdynamic-proxylinfu

Read More
Duck-typing user-defined classes...

pythontypingduck-typing

Read More
Create special binary search tree using C++...

c++static-typingduck-typing

Read More
Scala Adapter pattern - autommagically allow "duck typing" for classes with same methods...

scalamockingadapterduck-typing

Read More
Python duck-typing for MVC event handling in pygame...

pythonmodel-view-controllerpygameduck-typingisinstance

Read More
Python leaving attribute unassigned with ellipsis or None + type hint of float...

pythonpycharmtype-hintingellipsisduck-typing

Read More
How can I create a "duck-typed" grpc protobuf Message at runtime in Go?...

jsongoprotocol-buffersgrpcduck-typing

Read More
Is there a way to make JS editor in VS Code mark identifiers with unknown/any type (which are only p...

javascriptvisual-studio-codetypecheckingduck-typing

Read More
What's the relationship between C++ "concept" and duck typing?...

c++c++20duck-typingc++-concepts

Read More
How is duck typing different from the old 'variant' type and/or interfaces?...

interfacevariantduck-typing

Read More
Defining generic type based on method (structural typing)...

scalatypeclasstype-constraintsduck-typingstructural-typing

Read More
Interface for println(String)...

javaprintlnduck-typingmethod-signature

Read More
BackNext