[stem/master] Drop incorrect Cell docs

commit 269084dc6af7fd590b0192bca4f2ad739781d520 Author: Damian Johnson <atagar@torproject.org> Date: Sun Jan 14 13:08:52 2018 -0800 Drop incorrect Cell docs Removing outdated docs about these attributes. --- stem/client/cell.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/stem/client/cell.py b/stem/client/cell.py index 995b482a..872f0998 100644 --- a/stem/client/cell.py +++ b/stem/client/cell.py @@ -51,13 +51,6 @@ FIXED_PAYLOAD_LEN = 509 class Cell(object): """ Metadata for ORPort cells. - - :var str name: command of the cell - :var int value: integer value of the command on the wire - :var bool fixed_size: **True** if cells have a fixed length, - **False** if variable - :var bool for_circuit: **True** if command is for a circuit, - **False** otherwise """ NAME = 'UNKNOWN'
participants (1)
-
atagar@torproject.org