Show More
@@ -373,9 +373,8 class ipeercommandexecutor(Protocol): | |||||
373 | class ipeerrequests(Protocol): |
|
373 | class ipeerrequests(Protocol): | |
374 | """Interface for executing commands on a peer.""" |
|
374 | """Interface for executing commands on a peer.""" | |
375 |
|
375 | |||
376 |
limitedarguments |
|
376 | limitedarguments: bool | |
377 |
|
|
377 | """True if the peer cannot receive large argument value for commands.""" | |
378 | ) |
|
|||
379 |
|
378 | |||
380 | def commandexecutor(self): |
|
379 | def commandexecutor(self): | |
381 | """A context manager that resolves to an ipeercommandexecutor. |
|
380 | """A context manager that resolves to an ipeercommandexecutor. |
General Comments 0
You need to be logged in to leave comments.
Login now