MCPcopy
hub / github.com/rocky/python-uncompyle6 / test_get_scanner

Function test_get_scanner

pytest/test_basic.py:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2from uncompyle6.parser import get_python_parser
3
4def test_get_scanner():
5 # See that we can retrieve a scanner using a full version number
6 assert get_scanner('2.7.13')
7
8
9def test_get_parser():

Callers

nothing calls this directly

Calls 1

get_scannerFunction · 0.90

Tested by

no test coverage detected