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.6/__pycache__/
β¬οΈ Go up: /lib64/python3.6
3 \οΏ½ οΏ½ @ s: d Z ddlZejZG ddοΏ½ dejοΏ½ZG ddοΏ½ dejοΏ½ZdS )z7Internal classes used by the gzip, lzma and bz2 modulesοΏ½ Nc @ s0 e Zd ZdZddοΏ½ ZddοΏ½ ZddοΏ½ Zdd οΏ½ Zd S )οΏ½ BaseStreamzMode-checking helper functions.c C s | j rtdοΏ½οΏ½d S )NzI/O operation on closed file)οΏ½closedοΏ½ ValueError)οΏ½selfοΏ½ r οΏ½$/usr/lib64/python3.6/_compression.pyοΏ½_check_not_closed s zBaseStream._check_not_closedc C s | j οΏ½ stjdοΏ½οΏ½d S )NzFile not open for reading)οΏ½readableοΏ½ioοΏ½UnsupportedOperation)r r r r οΏ½_check_can_read s zBaseStream._check_can_readc C s | j οΏ½ stjdοΏ½οΏ½d S )NzFile not open for writing)οΏ½writabler r )r r r r οΏ½_check_can_write s zBaseStream._check_can_writec C s( | j οΏ½ stjdοΏ½οΏ½| jοΏ½ s$tjdοΏ½οΏ½d S )Nz3Seeking is only supported on files open for readingz3The underlying file object does not support seeking)r r r οΏ½seekable)r r r r οΏ½_check_can_seek s zBaseStream._check_can_seekN)οΏ½__name__οΏ½ __module__οΏ½__qualname__οΏ½__doc__r r r r r r r r r s r c sl e Zd ZdZddοΏ½ Zf fddοΏ½ZοΏ½ fddοΏ½Zdd οΏ½ Zd dοΏ½ Zdd dοΏ½Z ddοΏ½ Z ejfddοΏ½Z ddοΏ½ ZοΏ½ ZS )οΏ½DecompressReaderz5Adapts the decompressor API to a RawIOBase reader APIc C s dS )NTr )r r r r r $ s zDecompressReader.readablec K s>