Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3/dist-packages/twisted/test/__pycache__/ |
Upload File : |
o �b� � @ s� d Z ddlmZ ddlmZ ddlmZ dZG dd� dej�Z G dd � d ej�Z G d d� dej�ZG dd � d ej�ZG dd� dej�Z dS )z# Tests for L{twisted.python.text}. � )�StringIO)�text)�unittesta� Every attempt to employ mathematical methods in the study of chemical questions must be considered profoundly irrational and contrary to the spirit of chemistry ... If mathematical analysis should ever hold a prominent place in chemistry - an aberration which is happily almost impossible - it would occasion a rapid and widespread degeneration of that science. -- Auguste Comte, Philosophie Positive, Paris, 1838 c @ s8 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd d� ZdS ) � WrapTestsz' Tests for L{text.greedyWrap}. c C s$ d| _ t�� | _t�t| j �| _d S )N�H )� lineWidth� sampleText�split�sampleSplitTextr �wordWrap�output��self� r �8/usr/lib/python3/dist-packages/twisted/test/test_text.py�setUp s zWrapTests.setUpc C s@ g }| j D ] }|�|�� � qt|�}t| j�}| �||� dS )z. Compare the number of words. N)r �extendr �lenr �assertEqual)r �words�line� wordCount�sampleTextWordCountr r r �test_wordCount"