Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5_fork
Commits
82524c4f
Commit
82524c4f
authored
May 16, 2012
by
Vincent Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make docstring relevant.
parent
4823cbef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
product/ZSQLCatalog/SearchKey/SearchKey.py
product/ZSQLCatalog/SearchKey/SearchKey.py
+4
-6
No files found.
product/ZSQLCatalog/SearchKey/SearchKey.py
View file @
82524c4f
...
...
@@ -167,14 +167,12 @@ class SearchKey(object):
@
profiler_decorator
def
_guessComparisonOperator
(
self
,
value
):
"""
From a basestring instance, return a
contained
operator.
Value cannot be altered in the process
.
From a basestring instance, return a
n
operator.
To be overloaded by subclasses, to customise operator retrieval
.
value (string)
Returns: 2-tuple of strings
First element is the operator. None if there was no operator in value.
Second element is the value without the operator.
Returns: operator as a string.
"""
return
self
.
default_comparison_operator
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment