ATLAS Offline Software
Loading...
Searching...
No Matches
find_library Namespace Reference

Functions

 usage ()

Variables

str __doc__
 full = find_libraries(lib)

Function Documentation

◆ usage()

find_library.usage ( )

Definition at line 9 of file find_library.py.

9def usage():
10 use = "usage: %s <library> [library]" % os.path.basename(sys.argv[0])
11 print(use + os.linesep*2 + __doc__)
12
void print(char *figname, TCanvas *c1)
StatusCode usage()

Variable Documentation

◆ __doc__

str find_library.__doc__
private
Initial value:
1= """Print the full path of the requested shared library, as found in LD_LIBRARY_PATH.
2Wildcards are accepted, in which case all (first) matches are printed.
3The 'lib' prefix and 'so' suffix can be omitted. If no match if found, nothing is printed."""

Definition at line 5 of file find_library.py.

◆ full

find_library.full = find_libraries(lib)

Definition at line 23 of file find_library.py.