is_py_get_attr
No overview available.
def is_py_get_attr(
attr_name: string
) - > boolean
Determines if a given attribute name corresponds to the Python getattribute or getattr magic methods.
Parameters
| Name | Type | Description |
|---|---|---|
| attr_name | string | The name of the attribute or method to check against Python magic method naming conventions |
Returns
| Type | Description |
|---|---|
boolean | True if the attribute name is a Python attribute access magic method, False otherwise |