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

Method split

utils/bitstring.py:2571–2626  ·  view source on GitHub ↗

Return bitstring generator by splittling using a delimiter. The first item returned is the initial bitstring before the delimiter, which may be an empty bitstring. delimiter -- The bitstring used as the divider. start -- The bit position to start the split. Defaults

(self, delimiter, start=None, end=None, count=None,
              bytealigned=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

__init__Method · 0.80
__init__Method · 0.80
tidy_input_stringFunction · 0.80
tokenparserFunction · 0.80
expand_bracketsFunction · 0.80
replaceMethod · 0.80
processSOTPStreamMethod · 0.80
processSOTPStreamMethod · 0.80
create_qnameMethod · 0.80
parseArgumentsMethod · 0.80
parseArgumentsMethod · 0.80
parseArgumentsMethod · 0.80

Calls 5

_validate_sliceMethod · 0.95
_getbytesMethod · 0.95
_getbinMethod · 0.95
_sliceMethod · 0.95
BitsClass · 0.85

Tested by

no test coverage detected