MCPcopy Index your code
hub / github.com/python/mypy / Config

Class Config

mypy/exportjson.py:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74
75class Config:
76 def __init__(self, *, implicit_names: bool = True) -> None:
77 self.implicit_names = implicit_names
78
79
80def convert_binary_cache_to_json(data: bytes, *, implicit_names: bool = True) -> Json:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…