Library#

class rbc.libfuncs.Library#

Base class for a collection of library function names.

Methods

Library.__init__()

Library.check(fname)

Return True if library contains a function with given name.

Library.get(libname[, _cache])