Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in introspection

How do I find all the property keys of a KVC compliant Objective-C object?

What is the correct way to override the __dir__ method?

Checking for member existence in Python

Checking Objective-C block type?

Get a view controller's class name as string

Call private methods and private properties from outside a class in PHP

Get kwargs Inside Function

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