🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-17 09:05:31 | PHP 8.1.34
📂
/ (Root)
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
google
/
protobuf
/
internal
/
__pycache__
📍 /opt/imunify360/venv/lib/python3.11/site-packages/google/protobuf/internal/__pycache__
🔄 Refresh
✏️
Editing: containers.cpython-311.pyc
Read Only
� !=��58� � � d Z ddlZddlZddlZddlmZmZmZm Z m Z mZmZm Z mZmZmZmZ ed� � Z ed� � Z ed� � Z G d� dee � � Zej j � e� � G d � d ee ee � � Z G d� dee ee � � Z G d � de eef � � Z G d� de eef � � Z G d� d� � Z G d� d� � Z G d� d� � ZdS )a� Contains container classes to represent different protocol buffer types. This file defines container classes which represent categories of protocol buffer field types which need extra maintenance. Currently these categories are: - Repeated scalar fields - These are all repeated fields which aren't composite (e.g. they are of simple types like int32, string, etc). - Repeated composite fields - Repeated fields which are composite. This includes groups and nested messages. � N)�Any�Iterable�Iterator�List�MutableMapping�MutableSequence�NoReturn�Optional�Sequence�TypeVar�Union�overload�_T�_K�_Vc � � e Zd ZdZddgZdeddfd�Zedede fd �� � Z ededee fd �� � Z d� Z defd�Z d edefd�ZdZdefd�Zdd�Zdd�ZdS )� BaseContainerzBase container class.�_message_listener�_values�message_listener�returnNc �"