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

bundles / IPython 9.12.0 / IPython / core / interactiveshell / InteractiveShell / _getattr_property

staticmethod

IPython.core.interactiveshell:InteractiveShell._getattr_property

source: /IPython/core/interactiveshell.py :1826

Signature

staticmethod def   _getattr_property ( obj attrname )

Summary

Property-aware getattr to use in object finding.

Extended Summary

If attrname represents a property, return it unevaluated (in case it has side effects or raises an error.

Aliases

  • IPython.InteractiveShell._getattr_property