MCPcopy Create free account
hub / github.com/IncideDigital/Mistica / endswith

Method endswith

utils/bitstring.py:2708–2721  ·  view source on GitHub ↗

Return whether the current bitstring ends with suffix. suffix -- The bitstring to search for. start -- The bit position to start from. Defaults to 0. end -- The bit position to end at. Defaults to self.len.

(self, suffix, start=None, end=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

__repr__Method · 0.80
_readoctMethod · 0.80
extractFromSubdomainMethod · 0.80
inHostnameListMethod · 0.80
getDomainFromRequestMethod · 0.80

Calls 3

_validate_sliceMethod · 0.95
_sliceMethod · 0.95
BitsClass · 0.85

Tested by

no test coverage detected