Is this a dictionary?

plistp expression
plist? expression

Returns true if the value of expression is a dictionary.

Example:

print plist? plist
print plist? :pool_cfg
print plist? [a b c]

Output:

True
True
False

See also:

Type predicates

Table of Content