9d02f990f080bedb99d4fc10fdb9dea72e02fc1b,src/python/pants/backend/python/typecheck/mypy/rules.py,,mypy_typecheck_partition,#Any#Any#,185
Before Change
CreateDigest([FileContent(file_list_path, python_files.encode())]),
)
file_list_digest, extracted_pex_distributions = await MultiGet(
create_file_list_request, Get(ExtractedPexDistributions, Pex, requirements_pex)
)
After Change
CreateDigest([FileContent(file_list_path, python_files.encode())]),
)
typechecked_venv_pex_request = Get(
VenvPex,
PexRequest(
output_filename="typechecked_venv.pex",
internal_only=True,
pex_path=[requirements_pex, mypy_extra_requirements_pex],
interpreter_constraints=partition.interpreter_constraints,
),
)
typechecked_venv_pex, file_list_digest = await MultiGet(
typechecked_venv_pex_request, file_list_digest_request
)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: pantsbuild/pants
Commit Name: 9d02f990f080bedb99d4fc10fdb9dea72e02fc1b
Time: 2021-02-16
Author: john.sirois@gmail.com
File Name: src/python/pants/backend/python/typecheck/mypy/rules.py
Class Name:
Method Name: mypy_typecheck_partition
Project Name: pantsbuild/pants
Commit Name: 0c34574cd5a9f3362930b28376c1f6481d2ec073
Time: 2020-08-13
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/backend/python/dependency_inference/rules.py
Class Name:
Method Name: infer_python_dependencies
Project Name: pantsbuild/pants
Commit Name: 2b4ae7b690272f0e9063125da0f70e85fab36768
Time: 2019-12-19
Author: ericarellano@me.com
File Name: src/python/pants/backend/python/lint/python_format_target.py
Class Name:
Method Name: format_python_target