File: //usr/lib/python3.6/site-packages/supervisor/medusa/__pycache__/filesys.cpython-36.pyc
3
�k�`h, � @ s� d dl mZ G dd� d�Zd dlZd dlZd dlZdd� ZG dd� d�Zejd krrG d
d� de�Z G dd
� d
e�Z
G dd� de�ZG dd� d�Zdd� Z
dd� Zddddddddddd d!gZd"d#d$d%d&d'd(d)d*�Zd dlZd+d,� Zd-d.� ZG d/d0� d0�ZdS )1� )�longc @ s^ e Zd Zdd� Zdd� Zddd�Zdd � Zd
d� Zdd
� Zdd� Z dd� Z
dd� Zdd� ZdS )�abstract_filesystemc C s d S )N� )�selfr r �/usr/lib/python3.6/filesys.py�__init__ s zabstract_filesystem.__init__c C s dS )z3Return a string representing the current directory.Nr )r r r r �current_directory s z%abstract_filesystem.current_directoryr c C s dS )z�Return a listing of the directory at 'path' The empty string
indicates the current directory. If 'long' is set, instead
return a list of (name, stat_info) tuples
Nr )r �pathr r r r �listdir s zabstract_filesystem.listdirc C s dS )zReturn an open file objectNr )r r �moder r r �open"