All specs 273 total
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies by their confidence score in descending order and returns the top N policies. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No side effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Retrieves the top N policies from the internal collection, sorting them in descending order based on their confidence score. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No side effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Retrieves the top N policies from the internal set, sorting them in descending order based on their confidence score. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the N highest-confidence MinedPolicy objects. No external side-effects are observed, as the operation is purely read-only on the stored policies.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Retrieves the top N policies from the object's internal collection, sorting them in descending order based on their confidence score. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No external side-effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies by their confidence score in descending order and returns the top N policies. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No external side-effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the stored policies by their confidence score in descending order and returns the top $n$ results. It accepts an integer $n$, which specifies the maximum number of policies to retrieve, defaulting to 10. The function outputs a list containing up to $n$ MinedPolicy objects, ordered from highest to lowest confidence. No external side-effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Retrieves the top N policies from the object's internal collection, sorting them in descending order based on their confidence score. It accepts an optional integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No external side effects are observed.
Want this analysis on your repo? https://repobility.com/scan/
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Retrieves the top N policies from the object's internal collection, sorting them in descending order based on their confidence score. It accepts an integer argument, n, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No notable side-effects occur beyond reading the internal state of the object.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies by their confidence score in descending order and returns the top N policies. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No side effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies by their confidence score in descending order and returns the top N policies. It accepts an integer argument, n, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No side effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Retrieves the top N policies from the internal set, sorting them in descending order based on their confidence score. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No notable side-effects occur beyond reading the internal state of the object.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Retrieves the top N policies from the object's internal collection, sorting them in descending order based on their confidence score. It accepts an optional integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No side effects are observed, as the operation is purely read-only.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies by their confidence score in descending order and returns the top N policies. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. It does not modify the internal state of the PolicySet.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies by their confidence score in descending order and returns the top N policies. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No notable side-effects occur.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies by their confidence score in descending order and returns the top N policies. It accepts an integer argument, n, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No side effects are observed.
Source: Repobility analyzer · https://repobility.com
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies and returns a list containing the top $n$ policies. It accepts an integer $n$, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list of MinedPolicy objects, ordered from highest to lowest confidence. No external side-effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies and returns the top N policies based on their confidence score. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects, ordered from highest to lowest confidence. No external side-effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Retrieves the top n policies from the internal collection, sorting them in descending order based on their confidence score. It accepts an integer argument, n, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top n MinedPolicy objects. No side effects are observed, as the operation is purely read-only.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Retrieves the top N policies from the internal set, sorting them in descending order based on their confidence score. It accepts an integer input, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No side effects are observed, as the operation is purely read-only.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Retrieves the top n policies from the object's internal collection, sorting them in descending order based on their confidence score. It accepts an integer argument, n, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top n MinedPolicy objects. No side effects are observed, as the function only reads and sorts existing data.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Retrieves the top N policies from the internal set, sorting them in descending order based on their confidence score. It accepts an integer input, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No side effects are observed, as the operation is purely read-only on the stored policies.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies by their confidence score in descending order and returns the top N policies. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No side effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies by their confidence score in descending order and returns the top N policies. It accepts an integer argument, n, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No notable side-effects occur.
Provenance: Repobility (https://repobility.com) — every score reproducible from /scan/
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies by their confidence score in descending order and returns the top N policies. It accepts an integer argument, n, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. There are no notable side-effects; the method only reads from the internal state.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies and returns a list containing the top $n$ policies. It accepts an integer $n$, which specifies the maximum number of policies to retrieve, defaulting to 10. The function outputs a list of MinedPolicy objects, ordered from highest to lowest confidence. No side effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies and returns a list containing the top N policies. It accepts an integer argument, N, which specifies the maximum number of policies to retrieve, defaulting to 10. The function outputs a list of MinedPolicy objects, ordered from highest to lowest confidence. No external side-effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies by their confidence score in descending order and returns the top N policies. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No external side-effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies by their confidence score in descending order and returns the top $n$ results. It accepts an integer $n$, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top $n$ MinedPolicy objects. No side effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies by their confidence score in descending order and returns the top N policies. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No external side-effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Retrieves the top N policies from the internal set, sorting them in descending order based on their confidence score. It accepts an integer input, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No side effects are observed beyond reading the internal state of the object.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies and returns a list containing the top n policies. It accepts an integer argument, n, which specifies the maximum number of policies to retrieve, defaulting to 10. The function outputs a list of MinedPolicy objects, ordered from highest to lowest confidence. No notable side-effects occur, as the operation only reads and sorts existing data.
All rows scored by the Repobility analyzer (https://repobility.com)
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies by their confidence score in descending order and returns the top N policies. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No external side-effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies by their confidence score in descending order and returns the top N results. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No side effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Retrieves the top n policies from the object's internal collection, sorting them in descending order based on their confidence score. It accepts an optional integer argument, n, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top n MinedPolicy objects. No side effects are observed, as the operation is purely read-only.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal list of policies by their confidence score in descending order and returns the top N policies. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No external side-effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies by their confidence score in descending order and returns the top $n$ policies. It accepts an integer $n$, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing $n$ MinedPolicy objects, ordered from highest to lowest confidence. No external side-effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies and returns the top N policies based on their confidence score. It accepts an integer argument, N, which specifies the maximum number of policies to retrieve, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects, ordered from highest to lowest confidence. No external side-effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies by their confidence score in descending order and returns the top N policies. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No side effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies by their confidence score in descending order and returns the top N policies. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No notable side-effects occur beyond reading the internal state of the object.
Want this analysis on your repo? https://repobility.com/scan/
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies by their confidence score in descending order and returns the top N policies. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No side effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies by their confidence score in descending order and returns the top N policies. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No external side-effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Retrieves the top N policies from the object's internal collection, sorting them in descending order based on their confidence score. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No side effects are observed, as the operation is purely read-only.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Retrieves the top n policies from the set, sorting them in descending order based on their confidence score. It accepts an integer argument, n, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top n MinedPolicy objects. No side effects are observed, as the operation only reads and sorts existing internal data.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Retrieves the top N policies from the object's internal collection, sorting them in descending order based on their confidence score. It accepts an integer argument, n, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No side effects are observed, as the operation is purely read-only.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Retrieves the top N policies from the object's internal collection, sorting them in descending order based on their confidence score. It accepts an optional integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No side effects are observed, as the operation is purely read-only.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies and returns the top N policies based on their confidence score. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the N highest-confidence MinedPolicy objects. No side effects are observed, as the operation only reads and sorts existing data.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies by their confidence score in descending order and returns the top N policies. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No notable side-effects occur, as it only reads and sorts existing data.
Source: Repobility analyzer · https://repobility.com
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Retrieves the top N policies from the object's internal collection, sorting them in descending order based on their confidence score. It accepts an optional integer argument, n, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No side effects are observed.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies by their confidence score in descending order and returns the top N policies. It accepts an integer argument, N, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No side effects are observed, as the function only reads and sorts existing data.
PolicySet.top_policiesREAL LLM gemma4:latest · · unknownsrc/aumai_policyminer/models.py
Sorts the internal collection of policies by their confidence score in descending order and returns the top N policies. It accepts an integer argument, n, which specifies the maximum number of policies to be returned, defaulting to 10. The function outputs a list containing the top N MinedPolicy objects. No side effects are observed.