All specs 356 total
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, the dataset ID, 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 an internal results cache without modifying any external 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 identifier, and returns a list of EvaluationResult objects, which will be empty if no results are found for the given ID. This method accesses an internal dictionary of results, ensuring that the retrieval process does not raise an error if the dataset ID is missing.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of EvaluationResult objects 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 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, 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 function 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, 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 corresponding to a specified dataset identifier. It accepts one string argument, dataset_id, which uniquely identifies the dataset for which results are needed. The function returns a list of EvaluationResult objects, which will be empty if no results are found for the given ID. This method accesses an internal dictionary of stored results without modifying any external state.
Open data scored by Repobility · https://repobility.com
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. 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 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 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 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 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 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 accesses internal state data stored within the object instance.
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 from an internal dictionary structure.
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 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 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 given ID. This method reads from an internal state variable 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 ID 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.
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, 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 function 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. 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 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. 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 internally from the object's stored 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 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 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 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, 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 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 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, 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 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 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 provided ID. This method accesses internal state data stored within the object instance.
Methodology: Repobility · https://repobility.com/research/state-of-ai-code-2026/
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 whose results are needed. 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 one string argument, the dataset identifier, and returns a list of EvaluationResult objects. If no results are found for the provided 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 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 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 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 all stored 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 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 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, 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 EvaluationResult objects corresponding to a specified dataset identifier. 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 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 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 recorded results for the given ID or an empty list if no results are found. This method accesses internal state and does not modify any external system resources.
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 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 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 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 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, 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 EvaluationResult objects associated with a specific dataset identifier. It accepts one string argument, dataset_id, which uniquely identifies the dataset for which 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 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 one string argument, 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 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 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 accesses internal state via the self._results dictionary, making this an internal data retrieval operation.
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 ID 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 does not modify the state of the object.
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 function 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 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 internally from the object's stored results dictionary.
EvaluationRunner.get_resultsREAL LLM gemma4:latest · · unknownsrc/aumai_alignment/core.py
Retrieves a list of EvaluationResult objects 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 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 provided ID. It reads data from an internal dictionary structure, making the internal state of the EvaluationRunner class the primary source of the output.
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, 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 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 one 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, 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 a string representing the dataset ID as its sole input. 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 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, 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 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.
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 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 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 all stored 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 on the system 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 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 stored results for the provided ID or an empty list if no results are found. This method reads data from an internal dictionary structure and has no observable side effects.
page 1 / 8next ›