MCPcopy Create free account
hub / github.com/bpython/bpython / test_tilde_stays_pretty

Route test_tilde_stays_pretty

bpython/test/test_autocomplete.py:None–None  ·  view source on GitHub ↗
mock.patch(
        glob_function, new=lambda text: ["/expand/ed/abcde", "/expand/ed/aaaaa"]
    )

Source from the content-addressed store, hash-verified

1import inspect
2import keyword
3import unittest
4from collections import namedtuple

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected