File: //opt/alt/python37/lib/python3.7/site-packages/prometheus_client/__pycache__/samples.cpython-37.pyc
B
��f� � @ sJ d dl mZmZmZmZ G dd� d�ZG dd� de�ZG dd� de�ZdS ) � )�Dict�
NamedTuple�Optional�Unionc @ s| e Zd ZdZeedd�dd�Zed�dd�Zed�d d
�Zed�dd�Z e
ed
�dd�Ze
ed
�dd�Z
d ed
�dd�ZdS )� Timestampz"A nanosecond-resolution timestamp.N)�sec�nsec�returnc C sD |dk s|dkrt d|� ���|dk r,| }t|�| _t|�| _d S )Nr g e��Az,Invalid value for nanoseconds in Timestamp: )�
ValueError�intr r )�selfr r � r
�J/opt/alt/python37/lib/python3.7/site-packages/prometheus_client/samples.py�__init__ s
zTimestamp.__init__)r c C s | j � d| jd��S )N�.Z09d)r r )r r
r
r �__str__ s zTimestamp.__str__c C s d| j � d| j� d�S )Nz
Timestamp(z, �))r r )r r
r
r �__repr__ s zTimestamp.__repr__c C s t | j�t | j�d S )Ng e��A)�floatr r )r r
r
r � __float__ s zTimestamp.__float__)�otherr c C s"