Source code for oor.plugs.search

# oor/plugs/search.py
#
#

""" search all values present. """

__copyright__ = "Copyright 2014 B.H.J Thate"

## IMPORTS

from oor.object import Object

from oor import kernel

import threading
import logging
import time
import re

## CMNDS


kernel.cmnds.register("search", search)