Search code examples
How to introspect a function defined in a Cython C extension module...


pythoncythonintrospectionpython-c-extension

Read More
Is there a built-in function to print all the current properties and values of an object?...


pythondebuggingintrospectionpretty-printpython-datamodel

Read More
Get __name__ of calling function's module in Python...


pythonstack-traceintrospection

Read More
Getting the module and class of currently executing classmethod in Python...


pythonintrospection

Read More
How to check if an object is an instance of a namedtuple?...


pythonintrospectionnamedtupleisinstance

Read More
How can I determine the type of a generic field in Java?...


javagenericsreflectiontypesintrospection

Read More
How can you print a variable name in python?...


pythondictionaryvariablesintrospection

Read More
Getting the class name of an instance...


pythonintrospectioninstanceofpython-datamodel

Read More
Python inspect.stack is slow...


pythonintrospectioninspect

Read More
Listing defined functions in Bash...


bashintrospection

Read More
Inspect python class attributes...


pythonclassattributesintrospectioninspect

Read More
How to get method parameter names?...


pythondecoratorintrospectionpython-datamodel

Read More
What is the equivalent of /proc/cpuinfo on FreeBSD v8.1?...


linuxcpuportingintrospectionfreebsd

Read More
Python get arguments for partial functions...


pythonparametersargumentsintrospectionpartial

Read More
How to get the caller's method name in the called method?...


pythonintrospection

Read More
How to get all fields for a Django model?...


djangodjango-modelsintrospectionmetamodel

Read More
Introspection to get decorator names on a method?...


pythondecoratorintrospection

Read More
Python: How to retrieve class information from a 'frame' object?...


pythonintrospection

Read More
Python: how to get size of all objects in current namespace?...


pythonmemory-managementmemory-leakssizeintrospection

Read More
List all the modules that are part of a python package?...


pythonmodulepackageintrospectionpython-import

Read More
How to reimplement Python's __qualname__ in Python 3.7? (with some minor adjustments)...


pythonpython-3.xintrospection

Read More
Determine function name from within that function...


pythonfunctionintrospection

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
BackNext