Critics have remarked that those four worthies were truly peerless throughout the ages; yet the present falls short of the past—the ancients favored unadorned simplicity, whereas the moderns prefer refined elegance. Styles of substance and ornament rise and fall in succession, shifting with the changing mores of the times; such evolution is simply the natural order of things. The ideal lies in honoring antiquity without clashing with the present, and embracing modernity without succumbing to its flaws—embodying that perfect balance of substance and refinement that defines the true gentleman. There is surely no need to abandon a carved palace in favor of a cave dwelling, or to trade a jade carriage for a primitive cart with solid wooden wheels.
Current path: lib64/python3.8/__pycache__/
✅ Cloned to:
U
e5d�� � @ s2 d Z ddlZddlZddlZddlmZ ddl m
Z
ddlmZ
mZ zddlmZ W n ek
rt ddlmZ Y nX ddd d
ddd
ddddddddddddddddgZejZejZejZejZzejZdZe�d� W n ek
r� d ZY nX ej Z!z
ej"Z#W n ek
�r dZ#Y nX ej$Z$[da%da&d!d� Z'd"d� Z(eZ)d#d� Z"G d$d%� d%�Z*e*Z+G d&d � d �Z,G d'd� d�Z-G d(d� de-�Z.G d)d� d�Z/G d*d� d�Z0G d+d� de1�Z2e� j3Z4e4� dLd-d.�Z5e� a6i Z7i Z8e
� Z9e� a:e;� a<G d/d� d�Z=zdd0lm>a?m@ZA W nH ek
�rV dd1lBmCZD dd2lmEZE eEdd3�Z@d4d� ZAd5d� a?Y nX d6d7� ZFG d8d� de=�ZGG d9d:� d:e=�ZHG d;d<� d<e=�ZId=d
� ZJeJZKd>d� ZLeLZMd?d@� ZNdAd� ZOddBlmPZP eH� aQdCdD� ZRdEd� ZSzddFlmTZU W n" ek
�r ddGlVmUZU Y nX dHdI� ZWeXedJ��r.ejYeWdK� dS )Mz;Thread module emulating a subset of Java's threading model.� N)� monotonic)�WeakSet)�islice�count)�deque� get_ident�active_count� Condition�current_thread� enumerate�main_thread�TIMEOUT_MAX�Event�Lock�RLock� Semaphore�BoundedSemaphore�Thread�Barrier�BrokenBarrierError�Timer�ThreadError�
setprofile�settrace�local�
stack_size�
excepthook�ExceptHookArgsT�
get_native_idFc C s | a dS )z�Set a profile function for all threads started from the threading module.
The func will be passed to sys.setprofile() for each thread, before its
run() method is called.
N)�
_profile_hook��func� r"