🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 21:51:40 | PHP 8.2.33
📂
/ (Root)
/
opt
/
alt
/
python38
/
lib
/
python3.8
/
site-packages
/
influxdb_client
/
domain
/
__pycache__
📍 /opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/__pycache__
🔄 Refresh
✏️
Editing: unary_expression.cpython-38.pyc
Read Only
U w�iA � @ s4 d Z ddlZddlZddlmZ G dd� de�ZdS )a InfluxDB OSS API Service. The InfluxDB v2 API provides a programmatic interface for all interactions with InfluxDB. Access the InfluxDB API using the `/api/v2/` endpoint. # noqa: E501 OpenAPI spec version: 2.0.0 Generated by: https://openapi-generator.tech � N)� Expressionc @ s� e Zd ZdZdddd�Zdddd�Zdd d �Zedd� �Zej d d� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zdd� Zdd� Z dd� Zdd� Zdd� ZdS )�UnaryExpressionz�NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. �strr )�type�operator�argumentr r r Nc C sP t �| � d| _d| _d| _d| _|dk r0|| _|dk r>|| _|dk rL|| _dS )z-UnaryExpression - a model defined in OpenAPI.N) r �__init__�_type� _operator� _argumentZ discriminatorr r r )�selfr r r � r �X/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/unary_expression.pyr . s zUnaryExpression.__init__c C s | j S )z�Get the type of this UnaryExpression. Type of AST node :return: The type of this UnaryExpression. :rtype: str �r �r r r r r >