MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / test_py3_str_slicing

Route test_py3_str_slicing

tests_python/test_safe_repr.py:None–None  ·  view source on GitHub ↗
pytest.mark.parametrize(
    "params",
    [
        {"maxother_outer": 20, "input": "😄😄😄😄😄😄😄😄😄😄😄😄😄😄😄😄😄😄FFFFFFFF", "output": "😄😄😄😄😄😄😄😄😄😄😄😄😄...FFFFFF"},
        {"maxother_outer": 10, "input": "😄😄😄😄😄😄😄

Source from the content-addressed store, hash-verified

1# coding: utf-8
2import collections
3import sys
4import re

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected