Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in introspection

How can I list the methods in a Python 2.5 module?

Print all local variables accessible to the current scope in Lua

lua introspection

Get the name (string) of a generic type in Swift

C# "is" operator - is that reflection?

Fastest/One-liner way to list attr_accessors in Ruby?

ruby introspection

How to introspect django model fields?

How to get current function into a variable?

Inspect python class attributes

Introspection to get decorator names on a method?

How do you list the currently available objects in the current scope in ruby?

ruby introspection irb

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

How do I get the public methods of a class without inherited methods?

Get all methods of an Objective-C class or instance

How can I get the name of an object?

python introspection

How do I list available methods on a given object or package in Perl?

perl introspection

Why does Ruby use respond_to? instead of responds_to?

Java introspection: object to map

java introspection

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

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

What is the difference between introspection and reflection?