Modified DocBook.py to use the same convention as NodeManager/doc/DocBook.py
[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]