You are viewing an older version (9.5.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.5.0 / IPython / core / oinspect / find_file

function

IPython.core.oinspect:find_file

source: /IPython/core/oinspect.py :317

Signature

def   find_file ( obj )  →  Optional[str]

Summary

Find the absolute path to the file where an object was defined.

Extended Summary

This is essentially a robust wrapper around inspect.getabsfile.

Returns None if no file can be found.

Parameters

obj : any Python object

Returns

fname : str

The absolute path to the file where the object was defined.

Aliases

  • IPython.core.oinspect.find_file