bundles / IPython 9.10.0 / IPython / core / interactiveshell / InteractiveShell / reset_selective
function
IPython.core.interactiveshell:InteractiveShell.reset_selective
Signature
def reset_selective ( self , regex = None ) Summary
Clear selective variables from internal namespaces based on a specified regular expression.
Parameters
regex: string or compiled pattern, optionalA regular expression pattern that will be used in searching variable names in the users namespaces.
Aliases
-
IPython.InteractiveShell.reset_selective