2 from os.path
import sep, join
17 _cmssw_package_name=
'.'.
join(fullName.split(sep)[-3:-1])
18 basename = fullName.split(sep)[-1]
19 pathname = fullName[:-1*len(basename)]
21 for filename
in ( x
for x
in os.listdir(pathname)
if (len(x) > 3
and x[-3:] ==
'.py' and x != basename
and ((len(x) < 6)
or (x[-6:] !=
'cfi.py')))):
def __init__(self, package, name)
def __call__(self, kwargs)
static std::string join(char **cmd)