Access the bloom namespace.
(self)
| 62 | return bf |
| 63 | |
| 64 | def cf(self) -> CFBloom: |
| 65 | """Access the bloom namespace.""" |
| 66 | |
| 67 | from .bf import CFBloom |
| 68 | |
| 69 | cf = CFBloom(client=self) |
| 70 | return cf |
| 71 | |
| 72 | def cms(self) -> CMSBloom: |
| 73 | """Access the bloom namespace.""" |