/usr/lib/python3/dist-packages/twisted/python/__pycache__
Edit: /usr/lib/python3/dist-packages/twisted/python/__pycache__/roots.cpython-310.pyc (8933B)
o
b
@ s d Z ddlmZ G dd deZG dd dZG dd dZG d d
d
ZG dd deZ G d
d deZ
G dd de
ZG dd de
ZdS )zf
Twisted Python Roots: an abstract hierarchy representation for Twisted.
Maintainer: Glyph Lefkowitz
)reflectc @ e Zd ZdZdS )NotSupportedErrorzv
An exception meaning that the tree-manipulation operation
you're attempting to perform is not supported.
N__name__
__module____qualname____doc__ r
r
6/usr/lib/python3/dist-packages/twisted/python/roots.pyr r c @ s$ e Zd ZdZdZdd Zdd ZdS )RequestzI am an abstract representation of a request for an entity.
I also function as the response. The request is responded to by calling
self.write(data) until there is no data left and then calling
self.finish().
Nc C t dt| j )z.Add some data to the response to this request.z%s.writeNotImplementedErrorr qual __class__)selfdatar
r
r write" z
Request.writec C r )zOThe response to this request is finished; flush all data to the network stream.z %s.finishr r r
r
r finish&