bundles / IPython 9.3.0 / IPython / core / interactiveshell / InteractiveShell / _getattr_property
staticmethod
IPython.core.interactiveshell:InteractiveShell._getattr_property
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