HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/env/lib64/python3.10/site-packages/tweepy/__pycache__/user.cpython-310.pyc
o

+we?�@s:ddlmZmZddlmZgd�ZGdd�dee�ZdS)�)�DataMapping�
HashableID)�parse_datetime)�
created_at�description�entities�id�location�name�pinned_tweet_id�profile_image_url�	protected�public_metrics�url�username�verified�
verified_type�withheldc@s,eZdZdZdZdd�Zdd�Zdd�Zd	S)
�Useru�The user object contains Twitter user account metadata describing the
    referenced user. The user object is the primary object returned in the
    `users lookup`_ endpoint. When requesting additional user fields on this
    endpoint, simply use the fields parameter ``user.fields``.

    The user object can also be found as a child object and expanded in the
    Tweet object. The object is available for expansion with
    ``?expansions=author_id`` or ``?expansions=in_reply_to_user_id`` to get the
    condensed object with only default fields. Use the expansion with the field
    parameter: ``user.fields`` when requesting additional fields to complete
    the object.

    .. versionadded:: 4.0

    .. versionchanged:: 4.13
        Added ``verified_type`` field

    Attributes
    ----------
    data : dict
        The JSON data representing the user.
    id : int
        The unique identifier of this user.
    name : str
        The name of the user, as they’ve defined it on their profile. Not
        necessarily a person’s name. Typically capped at 50 characters, but
        subject to change.
    username : str
        The Twitter screen name, handle, or alias that this user identifies
        themselves with. Usernames are unique but subject to change. Typically
        a maximum of 15 characters long, but some historical accounts may exist
        with longer names.
    created_at : datetime.datetime | None
        The UTC datetime that the user account was created on Twitter.
    description : str | None
        The text of this user's profile description (also known as bio), if the
        user provided one.
    entities : dict | None
        Contains details about text that has a special meaning in the user's
        description.
    location : str | None
        The location specified in the user's profile, if the user provided one.
        As this is a freeform value, it may not indicate a valid location, but
        it may be fuzzily evaluated when performing searches with location
        queries.
    pinned_tweet_id : int | None
        Unique identifier of this user's pinned Tweet.
    profile_image_url : str | None
        The URL to the profile image for this user, as shown on the user's
        profile.
    protected : bool | None
        Indicates if this user has chosen to protect their Tweets (in other
        words, if this user's Tweets are private).
    public_metrics : dict | None
        Contains details about activity for this user.
    url : str | None
        The URL specified in the user's profile, if present.
    verified : bool | None
        Indicates if this user is a verified Twitter User.
    verified_type : str | None
        Indicates the type of verification a user account has (blue, business,
        government or none).
    withheld : dict | None
        Contains withholding details for `withheld content`_, if applicable.

    References
    ----------
    https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-model/user

    .. _users lookup: https://developer.twitter.com/en/docs/twitter-api/users/lookup/introduction.html
    .. _withheld content: https://help.twitter.com/en/rules-and-policies/tweet-withheld-by-country
    )�datarr
rrrrr	rrr
rrrrrcCs�||_t|d�|_|d|_|d|_|�d�|_|jdur%t|j�|_|�d�|_|�d�|_	|�d�|_
|�d�|_|jdurHt|j�|_|�d	�|_|�d
�|_
|�d�|_|�d�|_|�d
�|_|�d�|_|�d�|_dS)Nrr
rrrrr	rrr
rrrrr)r�intrr
r�getrrrrr	rrr
rrrrr)�selfr�r�D/home/arjun/projects/env/lib/python3.10/site-packages/tweepy/user.py�__init__ns(



z
User.__init__cCsd|j�d|j�d|j�d�S)Nz	<User id=z name=z
 username=�>)rr
r�rrrr�__repr__�sz
User.__repr__cCs|jS)N)rrrrr�__str__�szUser.__str__N)�__name__�
__module__�__qualname__�__doc__�	__slots__rrrrrrrrsIrN)�
tweepy.mixinsrr�tweepy.utilsr�USER_FIELDSrrrrr�<module>s