Documentation
Contents
Menu
Librarian
Librarian lib management library.
  • Librarian is a versioning manager for use with proprietary SVUI libraries.
  • Release: 1.0.0
  • Author: Steven Jackson (2014)

NewLibrary (libName) Adds a new lib to saved objects.
Fetch (libName, silent) Retrieve a saved library object.
Librarian Global Librarian object.



NewLibrary (libName)
Adds a new lib to saved objects.
Parameters:
libName hashable name of the new library.
Returns:
    Lib class object
Fetch (libName, silent)
Retrieve a saved library object.
Parameters:
libName Saved name of the library.
silent do not allow errors to propegate.
Returns:
    Lib class object
Librarian
Global Librarian object.
Fields:
libs