Part of twisted.protocols.htb View Source View In Hierarchy
Method | getBucketKey | I determine who gets which bucket. |
Inherited from HierarchicalBucketFilter:
Method | __init__ | Undocumented |
Method | getBucketFor | You want a bucket for that? I'll give you a bucket. |
Method | sweep | I throw away references to empty buckets. |
I determine who gets which bucket.
Unless I'm overridden, everything gets the same bucket.Returns | something to be used as a key in the bucket cache. |