All specs 356 total
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of EvaluationResult objects associated with a specific dataset. It accepts a single string argument, the dataset identifier, and returns a list of results corresponding to that ID. If no results are found for the provided dataset ID, it returns an empty list instead of raising an error. This method reads data from an internal dictionary structure and has no observable side effects.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation results associated with a specific dataset identifier. It accepts one string argument, dataset_id, which uniquely identifies the dataset. The function returns a list of EvaluationResult objects, which will contain all stored results for the given ID or an empty list if no results are found. This method reads from an internal dictionary structure and has no observable side effects.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation result objects associated with a specific dataset. It accepts a single string argument, the dataset identifier, and returns a list of EvaluationResult objects. If no results are found for the provided dataset ID, the function returns an empty list. This method reads data from an internal dictionary structure and has no observable side effects.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation results associated with a specific dataset. It accepts a single string argument, the dataset identifier, and returns a list of EvaluationResult objects. If no results are found for the provided dataset ID, an empty list is returned instead of raising an error. This method reads data from an internal dictionary structure and has no observable side effects.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of EvaluationResult objects associated with a specific dataset. It accepts a string, dataset_id, which uniquely identifies the dataset whose results are needed. The function returns a list of EvaluationResult objects, which will be empty if no results are found for the provided ID. This method reads data from an internal dictionary structure and does not modify any external state.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation result objects associated with a specific dataset. It accepts one string argument, the dataset identifier, and returns a list of EvaluationResult objects. If no results are found for the provided dataset ID, the function returns an empty list. This method accesses internal state data without modifying it.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation results associated with a specific dataset. It accepts one string argument, the dataset ID, and returns a list of EvaluationResult objects. If no results are found for the provided ID, it returns an empty list instead of raising an error. This method reads data from an internal dictionary structure.
Open data scored by Repobility · https://repobility.com
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation result objects associated with a specific dataset. It accepts a string representing the dataset's unique identifier. The function returns a list of EvaluationResult objects, which will be empty if no results are found for the provided ID. This method reads data from an internal dictionary structure and does not modify any external state.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation results associated with a specific dataset. It accepts a single string argument, the dataset ID, and returns a list of EvaluationResult objects. If no results are found for the provided dataset ID, the function returns an empty list. This method reads data from an internal dictionary structure and has no observable side effects.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation result objects associated with a specific dataset. It accepts one string argument, the dataset identifier, and returns a list of EvaluationResult objects. If no results are found for the provided dataset ID, an empty list is returned instead of raising an error. This method reads data from an internal dictionary structure.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation results associated with a specific dataset. It accepts one string argument, the dataset identifier, and returns a list of EvaluationResult objects. If no results are found for the provided ID, the function returns an empty list instead of raising an error. This method reads data from an internal dictionary structure.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation result objects associated with a specific dataset. It accepts one string argument, the dataset identifier, and returns a list of EvaluationResult objects. If no results are found for the provided ID, the function returns an empty list instead of raising an error. This method accesses internal state data stored within the object instance.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of EvaluationResult objects associated with a specific dataset. It accepts one string argument, dataset_id, which uniquely identifies the dataset. The function returns a list of EvaluationResult objects, which will be empty if no results are found for the given ID. This method reads from an internal dictionary structure and does not modify any external state.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves all stored evaluation results associated with a specific dataset. It accepts a string representing the dataset's unique identifier and returns a list of EvaluationResult objects. If no results are found for the provided ID, the function returns an empty list. This method reads data from the internal state of the object and has no observable side effects.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation results associated with a specific dataset. It accepts one string argument, the dataset ID, and returns a list of EvaluationResult objects. If no results are found for the provided dataset ID, an empty list is returned instead of raising an error. This method reads data from an internal dictionary structure.
Repobility's GitHub App fixes findings like these · https://github.com/apps/repobility-bot
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of EvaluationResult objects corresponding to a specified dataset identifier. It accepts one string argument, dataset_id, which uniquely identifies the dataset. The function returns a list of EvaluationResult objects, which will be empty if no results are found for the given ID. This method reads data from an internal dictionary structure and does not modify any external state.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves all stored evaluation results associated with a specific dataset. It accepts a single string argument, dataset_id, which serves as the unique identifier for the dataset. The function returns a list of EvaluationResult objects, which will contain all recorded results for the given ID or an empty list if no results are found. This method reads data from an internal dictionary structure and does not modify the state of the object.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation results associated with a specific dataset identifier. It accepts one string argument, dataset_id, which uniquely identifies the dataset. The function returns a list of EvaluationResult objects, which will be empty if no results are found for the given ID. It reads data from an internal dictionary structure without modifying any external state.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation results associated with a specific dataset. It accepts a single string argument, dataset_id, which uniquely identifies the dataset. The function returns a list of EvaluationResult objects, which will be empty if no results are found for the given ID. This method accesses internal state, reading from the instance's internal results dictionary.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation result objects associated with a specific dataset. It accepts one string argument, the dataset identifier, and returns a list of EvaluationResult objects. If no results are found for the provided dataset ID, the function returns an empty list. This method reads data from an internal dictionary structure without modifying its state.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation result objects associated with a specific dataset. It accepts one string argument, the dataset identifier, and returns a list of EvaluationResult objects. If no results are found for the provided dataset ID, the function returns an empty list instead of raising an error. This method reads data internally from a stored dictionary of results.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves all stored evaluation results associated with a specific dataset. It accepts a string representing the dataset's unique identifier and returns a list of EvaluationResult objects corresponding to that ID. If no results are found for the provided dataset ID, the function returns an empty list. This method does not modify any internal state or external resources.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves all stored evaluation results associated with a specific dataset. It accepts a single string argument, dataset_id, which serves as the unique identifier for the dataset. The function returns a list of EvaluationResult objects, which will contain all matching results or an empty list if no results are found for the given ID. This method does not modify any internal state or perform any side effects.
Generated by Repobility's multi-pass static-analysis pipeline (https://repobility.com)
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation results associated with a specific dataset. It accepts one string argument, the dataset identifier, and returns a list of EvaluationResult objects. If no results are found for the provided dataset ID, an empty list is returned instead of raising an error. This method reads data from an internal dictionary structure.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves all stored evaluation results associated with a specific dataset identifier. It accepts one string argument, dataset_id, which uniquely identifies the dataset whose results are needed. The function returns a list of EvaluationResult objects, which will contain all matching results or an empty list if no results are found for the provided ID. This method does not modify any internal state or perform any external operations.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation result objects associated with a specific dataset. It accepts one string argument, the dataset identifier, and returns a list of EvaluationResult objects. If no results are found for the provided dataset ID, the function returns an empty list. This method reads data from an internal dictionary structure without modifying any external state.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation results associated with a specific dataset. It accepts one string argument, the dataset identifier, and returns a list of EvaluationResult objects. If no results are found for the provided dataset ID, an empty list is returned instead of raising an error. This method reads data from an internal dictionary structure.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation results associated with a specific dataset. It accepts a string representing the dataset identifier and returns a list of EvaluationResult objects. If no results are found for the provided dataset ID, it returns an empty list. This method reads data from an internal dictionary structure and does not modify any external state.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation result objects associated with a specific dataset. It accepts a string representing the dataset identifier as input. The function returns a list of EvaluationResult objects, which will be empty if no results are found for the given ID. This method reads from an internal dictionary structure and has no observable side effects.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation results associated with a specific dataset identifier. It accepts one string argument, dataset_id, which uniquely identifies the dataset. The function returns a list of EvaluationResult objects, which will be empty if no results are found for the given ID. This method reads data from an internal dictionary structure and has no observable side effects.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves all stored evaluation results associated with a specific dataset. It accepts a string representing the dataset's unique identifier. The function returns a list of EvaluationResult objects, which will be empty if no results are found for the given ID. This method does not modify any internal state or perform external side effects.
All rows scored by the Repobility analyzer (https://repobility.com)
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation result objects associated with a specific dataset. It accepts one string argument, dataset_id, which serves as the unique identifier for the desired dataset. The function returns a list of EvaluationResult objects, which will contain all stored results for the given ID or an empty list if no results are found. This method reads from an internal dictionary structure and does not modify any state.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of EvaluationResult objects associated with a specific dataset. It accepts one string argument, dataset_id, which serves as the unique identifier for the desired dataset. The function returns a list of EvaluationResult objects, which will be empty if no results are found for the given ID. It reads data from an internal dictionary structure, making no external side-effects.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation result objects associated with a specific dataset. It accepts one string argument, the dataset identifier, and returns a list of EvaluationResult objects. If no results are found for the provided ID, it returns an empty list instead of raising an error. This method reads data from an internal dictionary structure.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation results associated with a specific dataset identifier. It accepts one string argument, dataset_id, which uniquely identifies the dataset. The function returns a list of EvaluationResult objects, which will be empty if no results are found for the given ID. It does not modify any external state.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation result objects associated with a specific dataset. It accepts one string argument, dataset_id, which serves as the unique identifier for the dataset. The function returns a list of EvaluationResult objects, which will contain all stored results for the given ID or an empty list if no results are found. This method reads data from an internal dictionary structure and does not modify any state.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of EvaluationResult objects associated with a specific dataset. It accepts a single string argument, dataset_id, which serves as the unique identifier for the dataset. The function returns a list of EvaluationResult objects, which will be empty if no results are found for the provided ID. This method reads from an internal dictionary structure and has no observable side effects.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of EvaluationResult objects associated with a specific dataset. It accepts a single string argument, dataset_id, which serves as the unique identifier for the dataset. The function returns a list of EvaluationResult objects, which will be empty if no results are found for the provided ID. This method reads data from an internal dictionary structure and has no observable side effects.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation results associated with a specific dataset. It accepts one string argument, dataset_id, which serves as the unique identifier for the dataset. The function returns a list of EvaluationResult objects, which will contain all stored results for the given ID or an empty list if no results are found. This method reads from an internal dictionary structure and has no observable side effects.
Open data scored by Repobility · https://repobility.com
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation result objects associated with a specific dataset. It accepts one string argument, the dataset identifier, and returns a list of EvaluationResult objects. If no results are found for the provided dataset ID, the function returns an empty list. This method reads data from an internal dictionary structure and does not modify any external state.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation results associated with a specific dataset. It accepts one string argument, dataset_id, which uniquely identifies the dataset. The function returns a list of EvaluationResult objects, which will contain all stored results for the given ID or an empty list if no results are found. This method reads data from an internal dictionary structure and does not modify any state.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of EvaluationResult objects associated with a specific dataset. It accepts one string argument, the dataset_id, which serves as the key for lookup. The function returns a list of EvaluationResult objects, which will be empty if no results are found for the provided ID. This method reads data from an internal dictionary structure and has no observable side effects.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation results associated with a specific dataset. It accepts a string representing the dataset's unique identifier. The function returns a list of EvaluationResult objects, which will be empty if no results are found for the given ID. It reads data internally from a stored results dictionary and has no observable side effects.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation result objects associated with a specific dataset. It accepts one string argument, the dataset identifier, and returns a list of EvaluationResult objects. If no results are found for the provided dataset ID, an empty list is returned instead of raising an error. This method reads data from an internal dictionary structure.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation results associated with a specific dataset. It accepts one string argument, the dataset identifier, and returns a list of EvaluationResult objects. If no results are found for the provided dataset ID, an empty list is returned instead of raising an error. This method reads data from an internal dictionary structure.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation result objects associated with a specific dataset. It accepts a string representing the dataset identifier as input. The function returns a list of EvaluationResult objects, which will be empty if no results are found for the given ID. This method reads data from an internal dictionary structure and has no observable side effects.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation results associated with a specific dataset. It accepts a string argument, dataset_id, which uniquely identifies the target dataset. The function returns a list of EvaluationResult objects, which will contain all stored results for the given ID, or an empty list if no results are found. This method reads data from the internal state of the object and has no observable side effects.
Repobility's GitHub App fixes findings like these · https://github.com/apps/repobility-bot
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of evaluation results associated with a specific dataset. It accepts a string representing the dataset identifier as input. The function returns a list of EvaluationResult objects, which will be empty if no results are found for the given ID. This method reads from an internal dictionary structure and has no observable side effects.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of EvaluationResult objects associated with a specific dataset. It accepts a string representing the dataset identifier as input. The function returns a list of EvaluationResult objects, which will be empty if no results are found for the given ID. This method reads from an internal dictionary structure and does not modify any external state.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves all stored evaluation results associated with a specific dataset. It accepts a string representing the dataset's unique identifier. The function returns a list of EvaluationResult objects, which will be empty if no results are found for the given ID. This method reads data from an internal dictionary structure and does not modify any external state.