a01ad6c7a2a3cd24d88ce86ed3c313f6c351afea
[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]