Top

phi.tests.some_module module

ef some_fun(x):
   return "YES"
ef other_fun(x, y):
   return x / y

Functions

def other_fun(

x, y)

def other_fun(x, y):
    return x / y

def some_fun(

x)

def some_fun(x):
    return "YES"