MCPcopy Create free account
hub / github.com/python/mypy / extract_possible_fnam_from_message

Function extract_possible_fnam_from_message

mypy/server/update.py:1317–1319  ·  view source on GitHub ↗
(message: str)

Source from the content-addressed store, hash-verified

1315
1316
1317def extract_possible_fnam_from_message(message: str) -> str:
1318 # This may return non-path things if there is some random colon on the line
1319 return message.split(":", 1)[0]
1320
1321
1322def sort_messages_preserving_file_order(

Callers 1

Calls 1

splitMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…