commit: aa3b192bfc5cf981fde0cc1476367cba556796ec
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 9 03:02:58 2015 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Fri Jan 9 06:07:44 2015 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=aa3b192b
gkeys/seed.py: Update field_search() docstring
---
gkeys/gkeys/seed.py | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gkeys/gkeys/seed.py b/gkeys/gkeys/seed.py
index 2f6e72a..f92d910 100644
--- a/gkeys/gkeys/seed.py
+++ b/gkeys/gkeys/seed.py
@@ -191,9 +191,11 @@ class Seeds(object):
def field_search(self, field, value, exact=False):
- '''Searches the seeds for a matching nick
+ '''Searches the seeds for a matching value
- @param keyid: string
+ @param field: string
+ @param value: string
+ @param exact: Boolean
@returns GKEY instance or None
'''
results = []