| Server IP : 139.59.63.204 / Your IP : 216.73.217.62 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ubuntu-s-1vcpu-1gb-blr1-01 6.8.0-110-generic #110-Ubuntu SMP PREEMPT_DYNAMIC Thu Mar 19 15:09:20 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/twisted/test/__pycache__/ |
Upload File : |
�
oj�& � � � d Z ddlmZ ddlZddlZddlZddlZddlZddlZddl Z ddl
mZ ddlm
Z
mZmZmZmZmZmZmZmZ ddlmZ ddlmZ ddlmZ dd lmZ dd
lmZmZ ddl m!Z! ddl"m#Z# dd
l$m%Z& e!jN � Z( G d� de&� Z) G d� de)� Z* G d� dejV e � Z,ejB dk7 r
G d� d� Z- G d� de)� Z. G d� d� Z/ G d� dejV e � Z0 G d� dejV e � Z1 ed� Z2 G d � d!e)� Z3 G d"� d#e*� Z4 G d$� d%e)� Z5 G d&� d'e&� Z6y)(z1
Test cases covering L{twisted.python.filepath}.
� )�annotationsN)�pformat) �IO�AnyStr�Callable�Dict�List�Optional�Tuple�TypeVar�Union)�skipIf)�verifyObject)�NoReturn)�filepath)�FileMode�OtherAnyStr)�platform)�ERROR_DIRECTORY)�SynchronousTestCasec � � e Zd ZdZdd�Zy)�
BytesTestCasezH
Override default method implementations to support byte paths.
c �J � t j | � j d� S )z<
Return a temporary path, encoded as bytes.
�utf-8)�TestCase�mktemp�encode��selfs �9/usr/lib/python3/dist-packages/twisted/test/test_paths.pyr zBytesTestCase.mktemp'