##// 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 373 class ipeerrequests(Protocol):
374 374 """Interface for executing commands on a peer."""
375 375
376 limitedarguments = interfaceutil.Attribute(
377 """True if the peer cannot receive large argument value for commands."""
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