Search code examples
How to reimplement Python's __qualname__ in Python 3.7? (with some minor adjustments)...


pythonpython-3.xintrospection

Read More
Is it possible to get the name of variable passed to function in Java?...


javaintrospection

Read More
Get package of Python object...


pythonintrospection

Read More
Can you list the keyword arguments a function receives?...


pythonargumentsintrospection

Read More
determine from which file a function is defined in python...


pythonfunctionintrospection

Read More
Is there a way to iterate through a Codable (e.g. each item in a JSON parse)?...


swiftcodableintrospection

Read More
How to get the name of the current method from code...


c#introspection

Read More
check if an input is lambda in Tcl...


lambdatclintrospection

Read More
Get Activity name dynamically - android...


androidandroid-activityintrospection

Read More
Loop through module and run inspect.getdoc() on each method...


pythonpython-3.xintrospection

Read More
Find functions explicitly defined in a module (python)...


pythonintrospection

Read More
How do I get the filepath for a class in Python?...


pythonclassintrospection

Read More
What's the biggest difference between dir() and __dict__ in Python...


pythonintrospection

Read More
How to use inspect.signature to check that a function needs one and only one parameter?...


pythonsignatureintrospection

Read More
How to get the name of the top most (entry) script in python?...


pythonpython-2.7introspection

Read More
What does the slash mean when help() is listing method signatures?...


pythonpython-3.xparametersintrospection

Read More
How to get current function into a variable?...


pythonfunctionintrospection

Read More
Passing a python class constant to a decorator without self...


pythondecoratorintrospection

Read More
How do you get all classes defined in a module but not imported?...


pythonintrospectionpython-2.7

Read More
class hidden from module dictionary...


pythonintrospection

Read More
Finding what methods a Python object has...


pythonintrospection

Read More
How to define a `Class` object type conforming to a protocol?...


objective-cintrospectionstatic-typingobjective-c-protocol

Read More
How can I determine if a Perl function exists at runtime?...


perlintrospection

Read More
Embed Python in Python?...


pythoncompiler-constructionintrospection

Read More
Scala: Override toString so quotes are printed around strings...


scalaserializationintrospection

Read More
How to list all fields of a class (and no methods)?...


pythonpython-2.7introspection

Read More
Introspect calling object...


pythonintrospection

Read More
How to print in REPL the code of functions in Julia?...


juliaintrospection

Read More
How to test if an object is a function vs. an unbound method?...


pythonintrospection

Read More
Get property of a Kotlin reflected object with type Any...


kotlingenericsintrospection

Read More
BackNext