introspect
Retrieve signature, docstring, and members of code objects by providing a dotted path or live expression.
Instructions
Introspect installed code or live objects.
Static (live=False): dotted path, e.g. 'fairchem.core.calculate.ase_calculator.FAIRChemCalculator'. Live (live=True): an expression over the session namespace, e.g. 'atoms'. A trailing '.' (e.g. 'atoms.' or 'ase.build.') lists members/completions. Returns signature, docstring and members.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| live | No |