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