Searched refs:func_obj (Results 1 – 2 of 2) sorted by relevance
280 def md_function(func_obj, class_obj=None): argument290 heading_text = '%s.%s' % (class_obj.__name__, func_obj.__name__)292 heading_text = func_obj.__name__296 if func_obj.__doc__:297 content.extend(md_docstring(func_obj.__doc__))
107 func_obj: a types.FunctionType object for the function that should be