Search bar offers the following options:
+foo bar -baz
foo*
+qname:twisted.mail.* +search
Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.
foo~1
Results provided by Lunr.js
CostPerformanceDatabase
__init__
add
best
_M
cost_performance
dsap.mapping.cost_performance.CostPerformanceDatabase
dsap
mapping
class CostPerformanceDatabase:
View In Hierarchy
Maintain a database of maximal (cost,performance) pairs.
Create an empty database.
Add new entry with cost c and performance p.
Return (cost,performance) pair with largest cost not exceeding c.
Return None if there is no such pair.
Undocumented