Current File : //usr/share/gdb/python/gdb/function/__pycache__/as_string.cpython-39.pyc |
a
ɱZh- � @ s$ d dl Z G dd� de j�Ze� dS )� Nc s( e Zd ZdZ� fdd�Zdd� Z� ZS )� _AsStringz�Return the string representation of a value.
Usage: $_as_string (VALUE)
Arguments:
VALUE: any value
Returns:
The string representation of the value.c s t t| ��d� d S )NZ
_as_string)�superr �__init__)�self�� __class__� �//usr/share/gdb/python/gdb/function/as_string.pyr s z_AsString.__init__c C s t |�S )N)�str)r �valr r r �invoke"