Methods for managing PCU model types and protocols
[plcapi.git] / doc / DocBookLocal.py
1
2 from PLC.API import PLCAPI
3
4
5 def get_func_list():
6         api = PLCAPI(None)
7         return [api.callable(method) for method in api.methods]