##// END OF EJS Templates
interfaces: convert `repository.ipeerrequests` from zope `Attribute` attrs...
Matt Harbison -
r53362:4cc18625 default
parent child Browse files
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 = interfaceutil.Attribute(
376 limitedarguments: bool
377 """True if the peer cannot receive large argument value for commands."""
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