Merge from trunk
[plcapi.git] / doc / DocBookLocal.py
1
2 from PLC.API import PLCAPI
3
4 def get_func_list(methods = None):
5         api = PLCAPI(None)
6         if not methods:
7             methods = api.methods
8         return [api.callable(method) for method in methods]