whoami7 - Manager
:
/
proc
/
self
/
root
/
usr
/
share
/
gcc-8
/
python
/
libstdcxx
/
v6
/
__pycache__
/
Upload File:
files >> //proc/self/root/usr/share/gcc-8/python/libstdcxx/v6/__pycache__/printers.cpython-36.opt-1.pyc
3 ���` � @ s� d dl Z d dlZd dlZd dlZejd dkr@eZeZe Z eZnG dd� d�Zd dlmZm Z da yd dlZ W n ek r� da Y nX dayd dlZ ee jd�r�daW n ek r� Y nX d d � Zdadd � Zdd� Zdd� Zdd� ZG dd� de�ZG dd� d�ZG dd� d�Zdd� Zdd� ZG dd� d�ZG d d!� d!�Z G d"d#� d#e �Z!G d$d%� d%e �Z"G d&d'� d'�Z#G d(d)� d)�Z$G d*d+� d+�Z%G d,d-� d-�Z&G d.d/� d/�Z'G d0d1� d1�Z(G d2d3� d3e�Z)d4d5� Z*G d6d7� d7�Z+G d8d9� d9�Z,d:d;� Z-G d<d=� d=�Z.G d>d?� d?�Z/G d@dA� dA�Z0G dBdC� dC�Z1G dDdE� dE�Z2G dFdG� dG�Z3G dHdI� dIe�Z4G dJdK� dKe�Z5G dLdM� dM�Z6G dNdO� dO�Z7G dPdQ� dQ�Z8G dRdS� dSe�Z9dTdU� Z:G dVdW� dWe9�Z;G dXdY� dYe9�Z<G dZd[� d[e9�Z=G d\d]� d]e9�Z>G d^d_� d_�Z?G d`da� da�Z@G dbdc� dc�ZAG ddde� dee�ZBG dfdg� dge�ZCdaDG dhdi� die�ZEdjdk� ZFG dldm� dme�ZGdndo� ZHdpdq� ZIdrds� ZJdtdu� ZKeK� dS )v� N� c @ s e Zd ZdZdd� ZdS )�Iteratora: Compatibility mixin for iterators Instead of writing next() methods for iterators, write __next__() methods and use this mixin to make them work in Python 2 as well as Python 3. Idea stolen from the "six" documentation: <http://pythonhosted.org/six/#six.Iterator> c C s | j � S )N)�__next__)�self� r �0/usr/share/gcc-8/python/libstdcxx/v6/printers.py�next<