Search code examples
Get __name__ of calling function's module in Python...


pythonstack-traceintrospection

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


pythondebuggingintrospectionpretty-printpython-datamodel

Read More
How is introspection useful?...


pythonintrospection

Read More
C++ Introspection techniques, similar to python...


c++pythonintrospection

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


pythonfunctionintrospection

Read More
`NameError` from `inspect.signature()` or `obj.__annotations__` for types present only in `TYPE_CHEC...


pythonpython-typingintrospectionforward-reference

Read More
Listing defined functions in Bash...


bashintrospection

Read More
How to watch for a variable change in python without dunder setattr or pdb...


pythondebuggingintrospectionpdb

Read More
Best way to add attributes to a Python function...


pythonpython-3.xfunctionintrospection

Read More
Inspect python class attributes...


pythonclassattributesintrospectionpython-inspect

Read More
How to determine the arity of a ≥5.20 signatures method?...


perlsignatureintrospectionmoosemop

Read More
Introspection vs. reflection in .NET...


.netreflectionintrospection

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


pythondecoratorintrospectionpython-datamodel

Read More
Get variable to which an object is assigned from inside the object?...


pythonpython-3.xclassintrospection

Read More
How can I get the name of an object?...


pythonintrospection

Read More
How to introspect a function defined in a Cython C extension module...


pythoncythonintrospectionpython-c-extension

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
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
BackNext