pyrax
Python Bindings for the Rackspace Cloud
 All Classes Namespaces Files Functions Variables Properties
Packages | Variables
pyrax::identity Namespace Reference

Packages

namespace  keystone_identity
namespace  rax_identity

Variables

 opth = os.path
tuple fpath = opth.abspath(__file__)
tuple path = opth.dirname(fpath)
tuple pypath = opth.join(path, "*.py")
tuple pyfiles = glob.glob(pypath)
list fnames = [opth.basename(pyfile) for pyfile in pyfiles]
list __all__

Variable Documentation

list __all__
Initial value:
00001 [opth.splitext(fname)[0] for fname in fnames
00002         if not fname.startswith("_")]
list fnames = [opth.basename(pyfile) for pyfile in pyfiles]
tuple fpath = opth.abspath(__file__)
opth = os.path
tuple path = opth.dirname(fpath)
tuple pyfiles = glob.glob(pypath)
tuple pypath = opth.join(path, "*.py")
 All Classes Namespaces Files Functions Variables Properties