Dear sir,
 I defined a function  " hit_rate( )"  i want to use this into "import
function(name of function)".
For example:
   I defined a function as

   * def* hit_function(a,b,c):
     .........................
,...............................
............................
        * return*  value

 Now I want to use this in another function as
*
def *test_hr( ):
    import hit_function(a, b, c)
.......................
,,,,,,,,,,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,,,,,,,,,
      *return* value1


Please help me to solve this problem.
                                      thanking  you






-- 
DILEEPKUMAR. R
J R F, IIT DELHI
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to