A capability of some object-oriented programming languages to determine the type of an object at runtime.
How do I list available methods on a given object or package in Perl?
perl introspectionI'm working on a test framework in Perl. As part of the tests, I may need to add precondition or …
perl introspectionI have a module from a child package that is imported dynamically; how can I iterate over the classes that …
python introspectionI am trying to figure out how to get the names of all decorators on a method. I can already …
python decorator introspectionCan anyone explain from a language/environment agnostic perspective the difference between these two notions? Also is there a set …
reflection language-agnostic introspectionHow do I check if an object is an instance of a Named tuple?
python introspection namedtuple isinstanceHow to find out if a method is overridden by child classes? For example, public class Test { static public class …
java inheritance methods overriding introspectionI have a generic class of type T and I would like to get the name of the type that …
generics types swift introspectionI regularly want to check if an object has a member or not. An example is the creation of a …
python exception introspection hasattrI want to change a primary key and all table rows which reference to this value. # table master master_id|…
sql postgresql introspection