2000
Python: module pyme.aux
# Copyright (C) 2002 John Goerzen
# <jgoerzen@complete.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Classes |
| | |
- ContextKeysIterator
- pyme.util.GpgmeWrapper
-
- Key
- RecipientsIterator
class ContextKeysIterator |
| |
This class should never be instantiated directly, but instead,
is instantiated by calling pyme.core.Context.op_keylist_start().
You can iterate over items in this class. |
| |
Methods defined here:
- __init__(self, GpgmeCtx)
- __iter__(self)
- next(self)
Data and non-method functions defined here:
- __doc__ = 'This class should never be instantiated directly...).\n\n You can iterate over items in this class.'
- __module__ = 'pyme.aux'
|
class Key(pyme.util.GpgmeWrapper) |
| |
This class defines information about one particular key.
It is not instantiated directly, but usually created as a result
of iterating over Context.op_keylist_start() data. |
| |
Methods defined here:
- __del__(self)
- __init__(self, keyp)
- _errorcheck(self, name)
- _getctype(self)
- _getnameprepend(self)
- get_string_attrs(self, what)
- This is a helper function that will return a list of
all string attributes with the given GpgmeAttr what.
- get_ulong_attrs(self, what)
- This is a helper function that will return a list of all
ulong attributes with the given GpgmeAttr what.
Data and non-method functions defined here:
- __doc__ = 'This class defines information about one particu...f iterating over Context.op_keylist_start() data.'
- __module__ = 'pyme.aux'
Methods inherited from pyme.util.GpgmeWrapper:
- __getattr__(self, name)
- On-the-fly function generation.
- __repr__(self)
- __str__(self)
|
class RecipientsIterator |
|
607
|
This class should not be instantiated directly, but is automatically
instantiated by a call to iter(pyme.core.Recipients) or iteration over
that list. |
| |
Methods defined here:
- __del__(self)
- __init__(self, recipientobj)
- next(self)
Data and non-method functions defined here:
- __doc__ = 'This class should not be instantiated directly, ...core.Recipients) or iteration over\n that list.'
- __module__ = 'pyme.aux'
| |
Data |
| | |
__file__ = '/home/jgoerzen/tree/pyme-0.5.1/build/lib.linux-ppc-2.2/pyme/aux.pyc'
__name__ = 'pyme.aux' |
0