Home | Trees | Indices | Help |
|
---|
|
(INTERNAL) Classes _Named
, _NamedDict
and
_NamedTuple
, all with nameable instances and several
subclasses thereof.
In addition, the items in a _NamedDict
are accessable as
attributes and the items in a _NamedTuple
can be named to be
accessable as attributes, similar to standard Python
namedtuple
s.
See Also:
Module pygeodesy.namedTuples for the
Named-Tuples
.
Version: 20.10.11
Classes | |
_Named (INTERNAL) Root class for named objects. |
|
_NamedBase (INTERNAL) Base class with name. |
|
_NamedEnum (INTERNAL) Enum-like _NamedDict with attribute access
restricted to valid keys.
|
|
_NamedEnumItem (INTERNAL) Base class for items in a _NamedEnum
registery.
|
|
_NamedTuple (INTERNAL) Base for named tuple s with both index
and attribute name access to the items.
|
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Variables | |
__all__ = _ALL_LAZY.named
|
Function Details |
Get the name of the calling callable.
|
Return the instance' class name optionally prefixed with the module name.
|
Get/set the default class naming for
|
Return the class name optionally prefixed with the module name.
|
Get the name of an instance.
|
Raise a
|
Raise an
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 12 20:49:55 2020 | http://epydoc.sourceforge.net |