Inheritance diagram for IPython.wildcard:
Support for wildcard pattern matching in object inspection.
Bases: object
NameSpace holds the dictionary for a namespace and implements filtering on name and types
Return dictionary of filtered namespace.
Return name space dictionary with objects matching type and name patterns.
Return list of object names in namespace that match the patterns.
Return name space dictionary with objects matching type and name patterns.
List of objects in name space that match the type and name patterns.
Return dictionaries mapping lower case typename to type objects, from the types package, and vice versa.
is_type(obj,typestr_or_type) verifies if obj is of a certain type or group of types takes strings as parameters of the for ‘tuple’<->TupleType ‘all’ matches all types. TODO: Should be extended for choosing more than one type
Return dictionary of all objects in namespace that matches type_pattern and filter.
Return true for strings starting with single _ if show_all is true.