Current File : //proc/self/root/kunden/usr/share/gdb/python/gdb/function/__pycache__/caller_is.cpython-39.pyc |
a
ɱZhU � @ st d dl Z d dlZG dd� de j�ZG dd� de j�ZG dd� de j�ZG dd � d e j�Ze� e� e� e� dS )
� Nc s* e Zd ZdZ� fdd�Zddd�Z� ZS )�CallerIsa� Check the calling function's name.
Usage: $_caller_is (NAME [, NUMBER-OF-FRAMES])
Arguments:
NAME: The name of the function to search for.
NUMBER-OF-FRAMES: How many stack frames to traverse back from the currently
selected frame to compare with. If the value is greater than the depth of
the stack from that point then the result is False.
The default is 1.
Returns:
True if the function's name at the specified frame is equal to NAME.c s t t| ��d� d S )NZ
_caller_is)�superr �__init__��self�� __class__� �//usr/share/gdb/python/gdb/function/caller_is.pyr &