unload module

From DavinciWiki
Jump to: navigation, search


Description

Remove a module from the name space

Arguments and Return Values

Arguments: module name

Return Value: none

Usage

Syntax: unload_module(module_name)

Removes the specified module from the name space and available function list. Modules must exist in the directory specified by the environmental variable 'dv_mod_path'.

Examples

dv> unload_module("blah")
Module blah is not loaded. So, it cannot be unloaded.

dv> unload_module("thm")
Unloading module thm.
Dependents of thm:
Total 0 dependents.
Unloaded module thm.

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Related Functions

Recent Core Changes

Modified On: 03-27-2006

Personal tools