id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
561	What are valid characteristics for 'inspect_str' vtable?	coke		"From PDD17:

{{{
=item inspect

  PMC* inspect(INTERP, PMC *self)

Return a hash of all characteristics of the I<self> PMC available for
introspection.

  PMC* inspect_str(INTERP, PMC *self, STRING *what)

Return a PMC value for one characteristic of the I<self> PMC, selected
by string name. Returns PMCNULL if the characteristic doesn't exist.
}}}

We need to document which strings are potentially valid for 'what'.

''This was originally logged as RT#47974''"	todo	closed	normal		core		medium	fixed	docs vtable				
