namespace readplot

readplot

Functions

Name
defsorted(iterable iterable, cmp cmp =None, key key =None, reverse reverse =None)
Make “sorted” a builtin function on Python < 2.4.
defplotinfo(aname aname)
Get list of plots for each analysis.

Attributes

Name
tmp
TODO: Why don’t these tests work within ‘make’?
pybuild
listdirs
path
anadirs

Functions Documentation

function sorted

def sorted(
    iterable iterable,
    cmp cmp =None,
    key key =None,
    reverse reverse =None
)

Make “sorted” a builtin function on Python < 2.4.

function plotinfo

def plotinfo(
    aname aname
)

Get list of plots for each analysis.

Attributes Documentation

variable tmp

tmp =  set();

TODO: Why don’t these tests work within ‘make’?

Make “set” a builtin type on Python < 2.4

variable pybuild

pybuild =  os.path.abspath(os.path.join(os.getcwd(), "..", "pyext", "build"));

variable dirs

list dirs =  [];

variable path

path;

variable anadirs

anadirs =  glob.glob(os.path.join(os.getcwd(), "..", "src", "Analyses", "*", ".libs"));

Updated on 2022-08-07 at 20:46:08 +0100